Uses of Class
com.sibvisions.rad.persist.jdbc.DBAccess

Packages that use DBAccess
com.sibvisions.rad.persist.jdbc Contains all database specific persistence implementations. 
com.sibvisions.rad.persist.jdbc.event Contains events for DBAccess. 
 

Uses of DBAccess in com.sibvisions.rad.persist.jdbc
 

Subclasses of DBAccess in com.sibvisions.rad.persist.jdbc
 class DB2DBAccess
          The DB2DBAccess is the implementation for DB2 databases.
 class DerbyDBAccess
          The DerbyDBAccess is the implementation for Derby databases.
 class HanaDBAccess
          The HanaDBAccess is the implementation for SAP HANA databases.
 class HSQLDBAccess
          The HSQLDBAccess is the implementation for Hypersonic SQL databases.
 class MSSQLDBAccess
          The MSSQLDBAccess is the implementation for MS SQL databases.
 class MySQLDBAccess
          The MySQLDBAccess is the implementation for MySQL databases.
 class OracleDBAccess
          The OracleDBAccess is the implementation for Oracle databases.
 class PostgreSQLDBAccess
          The PostgreSQLDBAccess is the implementation for Postgres databases.
 

Methods in com.sibvisions.rad.persist.jdbc that return DBAccess
static DBAccess DBAccess.getDBAccess(Connection pConnection)
          Gets the suitable DBAccess for the given external connection.
static DBAccess DBAccess.getDBAccess(DBCredentials pCredentials)
          Gets the suitable DBAccess for the given DBCredentials.
static DBAccess DBAccess.getDBAccess(IConnectionPool pConnectionPool)
          Gets the suitable DBAccess for the given connection pool.
static DBAccess DBAccess.getDBAccess(String pJdbcUrl)
          Gets the suitable DBAcces for the given JdbcUrl.
static DBAccess DBAccess.getDBAccess(String pJdbcUrl, String pOptionalUserName, String pOptionalPassword)
          Gets the suitable DBAcces for the given JdbcUrl.
 

Methods in com.sibvisions.rad.persist.jdbc with parameters of type DBAccess
 ColumnMetaData IColumnMetaDataCreator.createColumnMetaData(DBAccess pDBAccess, ResultSetMetaData pResultSetMetaData, int pResultSetColumnIndex)
          Creates a custom ColumnMetaData implementation.
 

Method parameters in com.sibvisions.rad.persist.jdbc with type arguments of type DBAccess
static void DBAccess.registerDBAccessClass(String pJdbcUrlPrefix, Class<? extends DBAccess> pClass)
          Registers the Class for the jdbc url prefix.
 

Uses of DBAccess in com.sibvisions.rad.persist.jdbc.event
 

Methods in com.sibvisions.rad.persist.jdbc.event that return DBAccess
 DBAccess ConnectionEvent.getDBAccess()
          Gets the dBAccess.
 

Constructors in com.sibvisions.rad.persist.jdbc.event with parameters of type DBAccess
ConnectionEvent(DBAccess pDBAccess, Connection pConnection)
          Creates a new instance of ConnectionEvent.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.