borland Packages Class Hierarchy datastore Package
com.borland.datastore.SysQueries
Variables
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
static final String CONNECTION = "connection"JDBC connection used to run query against.
See also:
SysConnections
See also:
DataStorePump
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
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
static final String LOAD_OPTION = "loadOption"
com.borland.dx.sql.dataset.QueryDescriptor.loadOption
property.
See also: QueryDescriptor
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.
static final String STORE_NAME = "storeName"Name of table being synchronized with a table in an external database.
static final String TABLE = "/SYS/QUERIES"Name of the
/SYS/QUERIES
table.