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

Packages that use RdbAdapter
org.objectweb.jorm.mapper.rdb.adapter   
org.objectweb.jorm.mapper.rdb.genclass   
org.objectweb.jorm.mapper.rdb.generator   
org.objectweb.jorm.mapper.rdb.lib   
 

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

Classes in org.objectweb.jorm.mapper.rdb.adapter that implement RdbAdapter
 class BasicRdbAdapter
           
 class Db2Adapter
           
 class FirebirdAdapter
          This class is a sql adapter for the Firebird relational database.
 class MckoiAdapter
           
 class MysqlAdapter
          MySql 4.0.12
 class Oracle8Adapter
           
 class OracleAdapter
           
 class PostgresAdapter
           
 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.
 

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

Fields in org.objectweb.jorm.mapper.rdb.genclass declared as RdbAdapter
protected  RdbAdapter RdbGenClassMapping.typeConverter
          This is the type converter defined for a particular kind of RDB.
 

Methods in org.objectweb.jorm.mapper.rdb.genclass with parameters of type RdbAdapter
 void RdbGenClassProp.setTypeConverter(RdbAdapter adapter)
          Defines the type converter property of a generic class instance mapped to a RDB.
 void RdbGenClassMapping.setTypeConverter(RdbAdapter tc)
          Defines the type converter property of a generic class instance mapped to a RDB.
 

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

Methods in org.objectweb.jorm.mapper.rdb.generator that return RdbAdapter
protected  RdbAdapter RdbCommonHelper.getRdbAdapter(java.lang.String mappername)
          Retrieves the adapter associated with the given mapper.
 

Methods in org.objectweb.jorm.mapper.rdb.generator with parameters of type RdbAdapter
 java.lang.String RdbGenInfos.getReadStatement(RdbAdapter adapter)
          Constructs the string representing the SQL query used to read a JORM object.
 java.lang.String RdbGenInfos.setIdPnParam(java.lang.String cnfn, int idx, RdbAdapter adapter, boolean isSpecific)
           
 java.lang.String RdbGenColumn.getSqlType(RdbAdapter adapter)
          Gets the SQL type associated with this column into the database for which we define the mapping.
 java.lang.String RdbGenColumn.getSqlGet(java.lang.String resultset, int pos, RdbAdapter adapter)
          Constructs the string that defines the way to access to the relevant result part into a particular ResultSet.
 java.lang.String RdbGenColumn.getSqlSet(java.lang.String pstmt, int pos, RdbAdapter adapter)
          Constructs the string that defines the way to assign to the relevant query parameter into a particular prepared statement.
 int RdbGenColumn.getSqlTypeCode(PType pt, RdbAdapter adapter)
           
 java.lang.String RdbCommonHelper.getSqlType(RdbPrimitiveElementMapping pem, RdbAdapter adapter, boolean usedInPk)
           
 

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

Methods in org.objectweb.jorm.mapper.rdb.lib that return RdbAdapter
 RdbAdapter MapperJCA_JDBC.getRdbAdapter()
           
 RdbAdapter PMapperRdb.getRdbAdapter()
           
 RdbAdapter MapperJDBC.getRdbAdapter()