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.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
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.
ForeignKey
          It stores all relevant information, like FK Columns, PK Columns, etc. of an Foreign Key.
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.
 

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.