borland Packages  Class Hierarchy  datastore Package 

SysConnections interface

com.borland.datastore.SysConnections

About the SysConnections interface

Variables  

Note: This is a feature of JBuilder Professional and Enterprise.

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


SysConnections variables

Variables defined in this interface


SysConnections variables

DRIVER

  static final String DRIVER = "driver"
The JDBC driver to use for this connection.

ID

  static final String ID = "id"
A string for identifying this connection.

LAST_ID

  static final String LAST_ID = "lastId"
Calculated column which contains the highest ID value in the table.

PASSWORD

  static final String PASSWORD = "password"
The password of the user that requested this connection.

PROPERTIES

  static final String PROPERTIES = "properties"
The extended properties for a JDBC connection.

TABLE

  static final String TABLE = "/SYS/CONNECTIONS"
The name of the /SYS/CONNECTIONS table.

URL

  static final String URL = "url"
The URL for this connection.

USER_NAME

  static final String USER_NAME = "username"
The user name of the user that requested this connection.