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 PostgreSQLAdapter.getDropTableStatement(BaseTable table)
           
 java.lang.String OracleAdapter.getDropTableStatement(BaseTable table)
           
 java.lang.String MSSQLServerAdapter.getDropTableStatement(BaseTable table)
           
 java.lang.String FirebirdAdapter.getDropTableStatement(BaseTable table)
           
 java.lang.String DB2Adapter.getDropTableStatement(BaseTable table)
           
 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 DatabaseAdapter.getDropTableStatement(BaseTable table)
          Returns the appropriate SQL to drop the given table.
 java.lang.String CloudscapeAdapter.getDropTableStatement(BaseTable table)
           
 

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



Copyright © 2001 TriActive, Inc. All Rights Reserved.