com.triactive.jdo.store
Interface JDOTable

All Superinterfaces:
Table
All Known Subinterfaces:
ClassTable
All Known Implementing Classes:
ClassBaseTable, ClassView, FieldTable, JDOBaseTable, JDOView, MapTable, SetTable

interface JDOTable
extends Table


Field Summary
 
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
 
Method Summary
 java.lang.String getJavaName()
           
 int getTableID()
           
 OID newOID()
           
 
Methods inherited from interface com.triactive.jdo.store.Table
addColumn, create, drop, exists, getName, getSchemaName, getStoreManager, initialize, isInitialized, isValidated, newColumn, newColumn, validate
 

Method Detail

getTableID

int getTableID()

getJavaName

java.lang.String getJavaName()

newOID

OID newOID()


Copyright ? 2001 TriActive, Inc. All Rights Reserved.