Uses of Class
org.jpox.store.rdbms.table.TableImpl

Packages that use TableImpl
org.jpox.store.rdbms.adapter Provides mappings of all supported databases to aspects of the database that determines the SQL generation. 
org.jpox.store.rdbms.table Provides a series of classes modelling tables and views, firstly in RDBMS, and then extending this to JDO representations. 
 

Uses of TableImpl in org.jpox.store.rdbms.adapter
 

Methods in org.jpox.store.rdbms.adapter with parameters of type TableImpl
 java.lang.String RDBMSAdapter.getCreateTableStatement(TableImpl table, Column[] columns, java.util.Properties props)
          Returns the appropriate SQL to create the given table having the given columns.
 java.lang.String DatabaseAdapter.getCreateTableStatement(TableImpl table, Column[] columns, java.util.Properties props)
          Returns the appropriate SQL to create the given table having the given columns.
 

Uses of TableImpl in org.jpox.store.rdbms.table
 

Subclasses of TableImpl in org.jpox.store.rdbms.table
 class AbstractClassTable
          Abstract representation of a table for a class.
 class ArrayTable
          Join table for storing an array of objects.
 class ClassTable
          Table representing a Java class (or classes) as a first class object (FCO).
 class CollectionTable
          Representation of a join table for a Collection.
 class ElementContainerTable
          Representation of a join table for a container of elements.
 class JoinTable
          Abstract class representing a field that maps to a table in the datastore.
 class ListTable
          Representation of a join table for a List/array.
 class MapTable
          Representation of a join table for a Map relationship.
 class ProbeTable
          Utility class used for detecting database schema existence and provides means of determining the schema name.
 class SchemaTable
          Class defining JPOX schema definition tables.
 class SecondaryTable
          Representation of a secondary table for a class.
 class SequenceTable
          Class defining a table sequence for unique identifiers
 class SetTable
          Representation of a join table for a Set/Collection.
 



Copyright © -2007 . All Rights Reserved.