|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
AbstractOracleDBAccess
The AbstractOracleDBAccess is the base implementation for Oracle databases. |
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 |
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 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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |