Uses of Interface
org.objectweb.jorm.mapper.rdb.adapter.api.RdbAdapter

Packages that use RdbAdapter
org.objectweb.jorm.mapper.rdb.adapter   
 

Uses of RdbAdapter in org.objectweb.jorm.mapper.rdb.adapter
 

Subinterfaces of RdbAdapter in org.objectweb.jorm.mapper.rdb.adapter
 interface RdbAdapter
          Deprecated. see org.objectweb.jorm.mapper.rdb.adapter.api.RdbAdapter
 

Classes in org.objectweb.jorm.mapper.rdb.adapter that implement RdbAdapter
 class BasicRdbAdapter
           
 class CloudscapeAdapter
           
 class Db2Adapter
           
 class FirebirdAdapter
          This class is a sql adapter for the Firebird relational database.
 class HsqlAdapter
          RdbAdapter for the Hsql Database.
 class MckoiAdapter
           
 class MysqlAdapter
          MySql 4.0.12
 class Oracle8Adapter
           
 class OracleAdapter
           
 class PostgresAdapter
           
 class ProgressAdapter
          Adapter for the database Progress 9.1D server
 class SapdbAdapter
          This class is a sql adapter for the SapDB relational database.
 class SqlserverAdapter
          This class is a sql adapter for the SQL Server relational database.
 class SybaseAdapter
          This class is a sql adapter for the Sybase relational database.
 

Methods in org.objectweb.jorm.mapper.rdb.adapter that return RdbAdapter
static RdbAdapter RdbAdapterFactory.getTypeConverter(java.lang.String dbn)
          This first possibility permits to specify the name for which a RdbAdapter is needed.
static RdbAdapter RdbAdapterFactory.getTypeConverter(javax.sql.DataSource ds)
           
 

Constructors in org.objectweb.jorm.mapper.rdb.adapter with parameters of type RdbAdapter
BasicArray(java.lang.Object _value, int _typeCode, RdbAdapter adapter, java.lang.String _baseTypeName)