borland Packages  Class Hierarchy  datastore Package 

SysQueries interface

com.borland.datastore.SysQueries

About the SysQueries interface

Variables  

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

Defines the table and column names for the /SYS/QUERIES system table. Each row in the /SYS/QUERIES table defines a query which can be run against an external database.

See also: DataStoreSync


SysQueries variables

Variables defined in this interface


SysQueries variables

CONNECTION

  static final String CONNECTION = "connection"
JDBC connection used to run query against.

See also: SysConnections

See also: DataStorePump

ENABLE_REFRESH

  static final String ENABLE_REFRESH = "enableRefresh"
When this field is true, DataStoreSync component will run the query against the external database to refresh the contents of the same table in the JDataStore database.

See also: DataStorePump

ENABLE_SAVE

  static final String ENABLE_SAVE = "enableSave"
When this field is true, DataStoreSync component will save edits made to the JDataStore table back to the same table in the external database.

See also: DataStorePump

LOAD_OPTION

  static final String LOAD_OPTION = "loadOption"
com.borland.dx.sql.dataset.QueryDescriptor.loadOption property.

See also: QueryDescriptor

QUERY

  static final String QUERY = "query"
Query used to refresh the contents of a JDataStore table with the contents of the same table in the external database.

STORE_NAME

  static final String STORE_NAME = "storeName"
Name of table being synchronized with a table in an external database.

TABLE

  static final String TABLE = "/SYS/QUERIES"
Name of the /SYS/QUERIES table.