Uses of Interface
org.jpox.store.rdbms.adapter.RDBMSAdapter

Packages that use RDBMSAdapter
org.jpox.store.query Provides implementations of the JDO Query interface, and ways of extracting an Object from the Query result set. 
org.jpox.store.rdbms Package providing management of the persistence to RDBMS datastores. 
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.exceptions   
org.jpox.store.rdbms.mapping Package containing mappings for datastore (JDBC) types. 
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 RDBMSAdapter in org.jpox.store.query
 

Methods in org.jpox.store.query with parameters of type RDBMSAdapter
 java.lang.String QueryStatement.Join.toString(RDBMSAdapter rdbmsAdapter, boolean lock)
          Method to return the FROM clause to add.
 

Uses of RDBMSAdapter in org.jpox.store.rdbms
 

Methods in org.jpox.store.rdbms with parameters of type RDBMSAdapter
static java.lang.String RDBMSStoreHelper.stringWithoutIdentifierQuotes(RDBMSAdapter dba, java.lang.String identifier)
          Convenience method to remove any identifier quotes from the passed (SQL) identifier.
static java.lang.String RDBMSStoreHelper.getFullyQualifiedTableName(RDBMSAdapter dba, java.lang.String catalog, java.lang.String schema, java.lang.String table)
          Method to return a name for a table, fully qualified by catalog/schema if the adapter supports it and if specified.
 

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

Classes in org.jpox.store.rdbms.adapter that implement RDBMSAdapter
 class DatabaseAdapter
          Provides methods for adapting SQL language elements to a specific vendor's database.
 

Uses of RDBMSAdapter in org.jpox.store.rdbms.exceptions
 

Constructors in org.jpox.store.rdbms.exceptions with parameters of type RDBMSAdapter
TooManyForeignKeysException(RDBMSAdapter dba, java.lang.String table_name)
          Constructs a too-many-foreign-keys exception.
TooManyIndicesException(RDBMSAdapter dba, java.lang.String tableName)
          Constructs a too-many-indices exception.
 

Uses of RDBMSAdapter in org.jpox.store.rdbms.mapping
 

Methods in org.jpox.store.rdbms.mapping that return RDBMSAdapter
protected  RDBMSAdapter RDBMSMapping.getDatabaseAdapter()
          Convenience to access the Datastore adapter as a DatabaseAdapter.
 

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

Fields in org.jpox.store.rdbms.table declared as RDBMSAdapter
protected  RDBMSAdapter AbstractTable.dba
          Database Adapter being used.
 



Copyright © -2007 . All Rights Reserved.