borland Packages Class Hierarchy datastore Package
com.borland.datastore.SysConnections
Variables
Defines the table and column names for the /SYS/CONNECTIONS
system table. Each row in the /SYS/CONNECTIONS
table defines a connection to a JDBC data source.
See also: DataStoreSync
static final String DRIVER = "driver"The JDBC driver to use for this connection.
static final String ID = "id"A string for identifying this connection.
static final String LAST_ID = "lastId"Calculated column which contains the highest
ID
value in the table.
static final String PASSWORD = "password"The password of the user that requested this connection.
static final String PROPERTIES = "properties"The extended properties for a JDBC connection.
static final String TABLE = "/SYS/CONNECTIONS"The name of the
/SYS/CONNECTIONS
table.
static final String URL = "url"The URL for this connection.
static final String USER_NAME = "username"The user name of the user that requested this connection.