| com.triactive.jdo.store.Table
All known Subclasses: com.triactive.jdo.store.AbstractTable,
Field Summary | |
final static int | AUTO_CREATE Bit flag passed to validate() to indicate that the table should be
created if it is missing. | final static int | TABLE_TYPE_BASE_TABLE Returned by StoreManager.getTableType() if the table is a base table. | final static int | TABLE_TYPE_MISSING Returned by StoreManager.getTableType() if the table does not exist. | final static int | TABLE_TYPE_UNKNOWN Returned by StoreManager.getTableType() if the table type is not
recognized. | final static int | TABLE_TYPE_VIEW Returned by StoreManager.getTableType() if the table is a view. | final static int | VALIDATE Bit flag passed to validate() to indicate that the table structure should
be validated using JDBC metadata. |
AUTO_CREATE | final static int AUTO_CREATE(Code) | | Bit flag passed to validate() to indicate that the table should be
created if it is missing.
|
TABLE_TYPE_BASE_TABLE | final static int TABLE_TYPE_BASE_TABLE(Code) | | Returned by StoreManager.getTableType() if the table is a base table.
|
TABLE_TYPE_MISSING | final static int TABLE_TYPE_MISSING(Code) | | Returned by StoreManager.getTableType() if the table does not exist.
|
TABLE_TYPE_UNKNOWN | final static int TABLE_TYPE_UNKNOWN(Code) | | Returned by StoreManager.getTableType() if the table type is not
recognized.
|
TABLE_TYPE_VIEW | final static int TABLE_TYPE_VIEW(Code) | | Returned by StoreManager.getTableType() if the table is a view.
|
VALIDATE | final static int VALIDATE(Code) | | Bit flag passed to validate() to indicate that the table structure should
be validated using JDBC metadata.
|
initialize | void initialize()(Code) | | |
isInitialized | boolean isInitialized()(Code) | | |
isValidated | boolean isValidated()(Code) | | |
|
|