Method Summary |
|
public int | estimateRowsRetrieved(String criteria) Use this method to get the amount of rows that will be retrieved when a data store retrieve is executed. |
public String | getAlias(int tableNo) This method returns the name of one of the aliases used by the datastore. |
public int | getAliasCount() This method returns the number of aliases used by the datastore. |
public int | getColumnCount() This method returns the number of columns in the datastore. |
public String | getColumnDatabaseName(int col) This method returns the database name of the column in the data store
given its index. |
public int | getColumnIndex(String column) This method returns the index of the column in the data store given its name. |
public String | getColumnTableName(int col) This method returns the name of the database table that the column is
for. |
public ColumnDefinition[] | getColumnsForTable(String table) Returns a list of column definitions for a particular table in the database that the datastore is using. |
public String | getDBMS() |
public String | getTable(int tableNo) This method returns the name of one of the tables used by the datastore. |
public void | retrieve(String criteria) Executes the sql statement and retrieves to data. |