borland Packages Class Hierarchy datastore Package
java.lang.Object +----com.borland.datastore.TableDef
Variables Properties Methods
Implements Cloneable
TableDef
is used by DataStorePump
to present tables available for import from an external database into a JDataStore database. Each TableDef
represents an individual table. The properties of the TableDef
can be modified after the DataStorePump.getTableDefs()
method is called and before importing the tables to the JDataStore.
public String catalogCatalog Pattern used by
DataStorePump.getTableDefs()
method when calling java.sql.DatabaseMetaData.getTables()
against the external database to select tables for import.
public boolean enableRefreshIf true, save the query information associated with this table, so that the table can later be refreshed from the external database.
public boolean enableSaveIf true, save the connection information associated with this table, so that changes to the table can be saved back to the external database.
public SortDescriptor[] indexesArray of indexes associated with this table.
public String queryThe SQL query used to access information from the external database for this table.
public String schemaSchema Pattern used by
DataStorePump.getTableDefs()
method when calling java.sql.DatabaseMetaData.getTables()
against the external database to select tables for import.
public String storeNameThe name to give the table in the JDataStore.
public String tableThe name of the table in the external database.
public Object clone()
Overrides: java.lang.Object.clone()
public final String toString()
Overrides: java.lang.Object.toString()