Package com.sibvisions.rad.persist.jdbc

Contains all database specific persistence implementations.

See:
          Description

Interface Summary
IDBAccess The IDBAccess defines the methods to access any kind of table oriented storage: e.g. a database, XML file, ...
 

Class Summary
DB2DBAccess The DB2DBAccess is the implementation for DB2 databases.
DBAccess The DBAccess is the implementation for most used SQL databases.
DBAccess.ColumnMetaDataInfo The ColumnMetaDataInfo is caches information about column meta data requests.
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.
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.
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.
 

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.