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 AbstractOracleDBAccess
          The AbstractOracleDBAccess is the base implementation for Oracle databases.
 class DB2DBAccess
          The DB2DBAccess is the implementation for DB2 databases.
 class DerbyDBAccess
          The DerbyDBAccess is the implementation for Derby databases.
 class H2DBAccess
          The H2DBAccess is the implementation for the H2 database.
 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.
 class SQLiteDBAccess
          The SQLiteDBAccess is the implementation for the SQLite database.
 class TiberoDBAccess
          The TiberoDBAccess is the implementation for Tibero databases.
 

Methods in com.sibvisions.rad.persist.jdbc that return DBAccess
static DBAccess DBAccess.getDBAccess(java.sql.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(java.lang.String pJdbcUrl)
          Gets the suitable DBAcces for the given JdbcUrl.
static DBAccess DBAccess.getDBAccess(java.lang.String pJdbcUrl, java.lang.String pOptionalUserName, java.lang.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, java.sql.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(java.lang.String pJdbcUrlPrefix, java.lang.Class<? extends DBAccess> pClass)
          Registers the Class for the jdbc url prefix.
 

Constructors in com.sibvisions.rad.persist.jdbc with parameters of type DBAccess
DBAccess.BlobFileHandle(DBAccess pDBAccess, java.lang.String pStatement, java.lang.Object[] pParameter, java.lang.String pColumnName, long pLength)
          Creates a new instance of DBAccess.BlobFileHandle.
 

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, java.sql.Connection pConnection)
          Creates a new instance of ConnectionEvent.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.