com.triactive.jdo.store
Class JDOView
java.lang.Object
com.triactive.jdo.store.AbstractTable
com.triactive.jdo.store.View
com.triactive.jdo.store.JDOView
- All Implemented Interfaces:
- JDOTable, Table
- Direct Known Subclasses:
- ClassView
class JDOView
- extends View
- implements JDOTable
Methods inherited from class com.triactive.jdo.store.AbstractTable |
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 |
tableID
protected final int tableID
javaName
protected final java.lang.String javaName
JDOView
JDOView(TableMetadata tmd,
StoreManager storeMgr)
initialize
public void initialize()
- Specified by:
initialize
in interface Table
getSQLCreateStatements
protected java.util.List getSQLCreateStatements()
- Specified by:
getSQLCreateStatements
in class AbstractTable
getTableID
public int getTableID()
- Specified by:
getTableID
in interface JDOTable
getJavaName
public java.lang.String getJavaName()
- Specified by:
getJavaName
in interface JDOTable
newOID
public final OID newOID()
- Specified by:
newOID
in interface JDOTable
Copyright ? 2001 TriActive, Inc. All Rights Reserved.