|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.triactive.jdo.store.AbstractTable
com.triactive.jdo.store.BaseTable
com.triactive.jdo.store.JDOBaseTable
class JDOBaseTable
Field Summary | |
---|---|
protected java.lang.String |
javaName
|
protected int |
tableID
|
Fields inherited from class com.triactive.jdo.store.AbstractTable |
---|
columns, columnsByName, dba, name, state, storeMgr, TABLE_STATE_INITIALIZED, TABLE_STATE_NEW, TABLE_STATE_VALIDATED |
Fields inherited from interface com.triactive.jdo.store.Table |
---|
AUTO_CREATE, TABLE_TYPE_BASE_TABLE, TABLE_TYPE_MISSING, TABLE_TYPE_UNKNOWN, TABLE_TYPE_VIEW, VALIDATE |
Constructor Summary | |
---|---|
JDOBaseTable(TableMetadata tmd,
StoreManager storeMgr)
|
Method Summary | |
---|---|
java.lang.String |
getJavaName()
|
int |
getTableID()
|
void |
initialize()
|
OID |
newOID()
|
Methods inherited from class com.triactive.jdo.store.BaseTable |
---|
create, drop, dropConstraints, getExpectedForeignKeys, getExpectedIndices, getExpectedPrimaryKey, getSQLAddFKStatements, getSQLCreateIndexStatements, getSQLCreateStatements, getSQLDropStatements, validate, validateConstraints |
Methods inherited from class com.triactive.jdo.store.AbstractTable |
---|
addColumn, assertIsInitialized, assertIsUninitialized, assertIsValidated, equals, executeStatementList, exists, getName, getSchemaName, getStoreManager, hasColumnName, hashCode, isInitialized, isValidated, newColumn, newColumn, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.triactive.jdo.store.Table |
---|
addColumn, create, drop, exists, getName, getSchemaName, getStoreManager, isInitialized, isValidated, newColumn, newColumn, validate |
Field Detail |
---|
protected final int tableID
protected final java.lang.String javaName
Constructor Detail |
---|
JDOBaseTable(TableMetadata tmd, StoreManager storeMgr)
Method Detail |
---|
public void initialize()
initialize
in interface Table
public int getTableID()
getTableID
in interface JDOTable
public java.lang.String getJavaName()
getJavaName
in interface JDOTable
public final OID newOID()
newOID
in interface JDOTable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |