Uses of Class
com.triactive.jdo.store.BaseTable

Packages that use BaseTable
com.triactive.jdo.store   
 

Uses of BaseTable in com.triactive.jdo.store
 

Subclasses of BaseTable in com.triactive.jdo.store
 class ClassBaseTable
           
(package private)  class FieldTable
           
(package private)  class JDOBaseTable
           
 class MapTable
           
(package private)  class ProbeTable
           
(package private)  class SchemaTable
           
 class SetTable
           
 

Fields in com.triactive.jdo.store declared as BaseTable
protected  BaseTable Key.table
           
 

Methods in com.triactive.jdo.store that return BaseTable
 BaseTable Key.getTable()
           
 

Methods in com.triactive.jdo.store with parameters of type BaseTable
 java.lang.String DatabaseAdapter.getCreateTableStatement(BaseTable table, Column[] columns)
          Returns the appropriate SQL to create the given table having the given columns.
 java.lang.String CloudscapeAdapter.getDropTableStatement(BaseTable table)
           
 java.lang.String DatabaseAdapter.getDropTableStatement(BaseTable table)
          Returns the appropriate SQL to drop the given table.
 java.lang.String DB2Adapter.getDropTableStatement(BaseTable table)
           
 java.lang.String FirebirdAdapter.getDropTableStatement(BaseTable table)
           
 java.lang.String MSSQLServerAdapter.getDropTableStatement(BaseTable table)
           
 java.lang.String OracleAdapter.getDropTableStatement(BaseTable table)
           
 java.lang.String PostgreSQLAdapter.getDropTableStatement(BaseTable table)
           
 

Constructors in com.triactive.jdo.store with parameters of type BaseTable
CandidateKey(BaseTable table)
           
CandidateKeyIdentifier(BaseTable table, int seq)
           
ForeignKeyIdentifier(BaseTable table, int seq)
           
Index(BaseTable table, boolean isUnique)
           
IndexIdentifier(BaseTable table, boolean isUnique, int seq)
           
Key(BaseTable table)
           
PrimaryKey(BaseTable table)
           
PrimaryKeyIdentifier(BaseTable table)
           
TooManyForeignKeysException(BaseTable table)
          Constructs a too-many-foreign-keys exception.
TooManyIndicesException(BaseTable table)
          Constructs a too-many-indices exception.
 



Copyright ? 2001 TriActive, Inc. All Rights Reserved.