Uses of Interface
com.sibvisions.rad.persist.jdbc.IDBAccess

Packages that use IDBAccess
com.sibvisions.rad.persist.jdbc Contains all database specific persistence implementations. 
 

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

Classes in com.sibvisions.rad.persist.jdbc that implement IDBAccess
 class DB2DBAccess
          The DB2DBAccess is the implementation for DB2 databases.
 class DBAccess
          The DBAccess is the implementation for most used SQL databases.
 class DerbyDBAccess
          The DerbyDBAccess is the implementation for Derby 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 IDBAccess
 IDBAccess DBStorage.getDBAccess()
          Returns the IDBAccess of this DBStorage .
 

Methods in com.sibvisions.rad.persist.jdbc with parameters of type IDBAccess
 void DBStorage.setDBAccess(IDBAccess pDBAccess)
          Set the IDBAccess of this DBStorage .
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.