Package com.sibvisions.rad.persist.jdbc

Contains all database specific persistence implementations.

See:
          Description

Interface Summary
IColumnMetaDataCreator The IColumnMetaDataCreator is for creating custom ColumnMetaData implementations.
IConnectionPool The IConnectionPool is an interface to allow simple custom connection pool implementations.
IDBAccess The IDBAccess defines the methods to access any kind of table oriented storage: e.g. a database, XML file, ...
 

Class Summary
AbstractOracleDBAccess The AbstractOracleDBAccess is the base implementation for Oracle databases.
DataSourceConnectionPool The IConnectionPool is an interface to allow simple custom connection pool implementations.
DB2DBAccess The DB2DBAccess is the implementation for DB2 databases.
DBAccess The DBAccess is the implementation for most used SQL databases.
DBAccess.BlobFileHandle The DBAccess.BlobFileHandle is a simple IFileHandle implementation that stores a Blob and allows to retrieve it again.
DBAccess.ParameterizedStatement The DBAccess.ParameterizedStatement is a simple, mutable container for a statement and its values.
DBCredentials The DBCredentials contains information to establish a database connection.
DBStorage The DBStorage is a IStorage for SQL database specific features.
DerbyDBAccess The DerbyDBAccess is the implementation for Derby databases.
ForeignKey It stores all relevant information, like FK Columns, PK Columns, etc. of an Foreign Key.
H2DBAccess The H2DBAccess is the implementation for the H2 database.
HanaDBAccess The HanaDBAccess is the implementation for SAP HANA databases.
HSQLDBAccess The HSQLDBAccess is the implementation for Hypersonic SQL databases.
Key It stores all relevant information to a Primary or Unique Key.
MSSQLDBAccess The MSSQLDBAccess is the implementation for MS SQL databases.
MySQLDBAccess The MySQLDBAccess is the implementation for MySQL databases.
Name A ServerColumnMetaData is a description of the data type and other attributes of a table storage column.
OracleDBAccess The OracleDBAccess is the implementation for Oracle databases.
OracleDBAccess.BlobFromBFILE The Blob is the implementation for Oracle BFILE.
PostgreSQLDBAccess The PostgreSQLDBAccess is the implementation for Postgres databases.
ServerColumnMetaData A ServerColumnMetaData is a description of the data type and other attributes of a table storage column.
ServerMetaData The ServerMetaData is a description of all columns as ServerColumnMetaData, the Primary Key columns, Representation columns and auto increment columns.
SQLiteDBAccess The SQLiteDBAccess is the implementation for the SQLite database.
TableInfo It stores all relevant information to a Table.
TiberoDBAccess The TiberoDBAccess is the implementation for Tibero databases.
 

Enum Summary
ServerMetaData.PrimaryKeyType the possible types for the pk columns.
 

Package com.sibvisions.rad.persist.jdbc Description

Contains all database specific persistence implementations.



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.