Uses of Package
com.sibvisions.rad.persist.jdbc

Packages that use com.sibvisions.rad.persist.jdbc
com.sibvisions.rad.persist.jdbc Contains all database specific persistence implementations. 
com.sibvisions.rad.persist.jdbc.event Contains events for DBAccess. 
com.sibvisions.rad.server.security Contains classes which handles the validation of username/password combinations, with different protocols and different authentication systems. 
 

Classes in com.sibvisions.rad.persist.jdbc used by com.sibvisions.rad.persist.jdbc
AbstractOracleDBAccess
          The AbstractOracleDBAccess is the base implementation for Oracle databases.
DBAccess
          The DBAccess is the implementation for most used SQL databases.
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.
ForeignKey
          It stores all relevant information, like FK Columns, PK Columns, etc. of an Foreign Key.
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, ...
Key
          It stores all relevant information to a Primary or Unique Key.
Name
          A ServerColumnMetaData is a description of the data type and other attributes of a table storage column.
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.
ServerMetaData.PrimaryKeyType
          the possible types for the pk columns.
TableInfo
          It stores all relevant information to a Table.
 

Classes in com.sibvisions.rad.persist.jdbc used by com.sibvisions.rad.persist.jdbc.event
DBAccess
          The DBAccess is the implementation for most used SQL databases.
 

Classes in com.sibvisions.rad.persist.jdbc used by com.sibvisions.rad.server.security
DBCredentials
          The DBCredentials contains information to establish a database connection.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.