| Name | Description | Type | Package | Framework |
| AbstractCachedStorage | The AbstractCachedStorage implements the caching mechanism of ICachedStorage. | Class | com.sibvisions.rad.persist | JVX |
| AbstractMemStorage | The AbstractMemStorage is an AbstractCachedStorage and holds an internal MemDataBook for the data. | Class | com.sibvisions.rad.persist | JVX |
| AbstractParam | The AbstractParam defines a parameter for JDBC calls. | Class | com.sibvisions.rad.persist.jdbc.param | JVX |
| AbstractParam .ParameterType | The possible parameter types. | Class | com.sibvisions.rad.persist.jdbc.param | JVX |
| AbstractStorage | The AbstractStorage implements the server side triggers mechanism for different types of Storages. | Class | com.sibvisions.rad.persist | JVX |
| AbstractStorage .AllFetchedList | The AllFetchedList is an ArrayUtil wrapper that implements the marker interface See Also:Serialized Form | Class | com.sibvisions.rad.persist | JVX |
| BeanConverter | The BeanConverter class allows to convert between Object[]s, This class keeps three important pieces in sync: | Class | com.sibvisions.rad.persist.bean | JVX |
| ConnectionEvent | The ConnectionEvent serves information about connection and dBAccess. | Class | com.sibvisions.rad.persist.jdbc.event | JVX |
| DataSourceConnectionPool | The IConnectionPool is an interface to allow simple custom connection pool implementations. | Class | com.sibvisions.rad.persist.jdbc | JVX |
| DB2DBAccess | The DB2DBAccess is the implementation for DB2 databases. | Class | com.sibvisions.rad.persist.jdbc | JVX |
| DBAccess | The DBAccess is the implementation for most used SQL databases. | Class | com.sibvisions.rad.persist.jdbc | JVX |
| DBAccessEventHandler | Class | com.sibvisions.rad.persist.jdbc.event | JVX | |
| DBCredentials | The DBCredentials contains information to establish a database connection. | Class | com.sibvisions.rad.persist.jdbc | JVX |
| DBStorage | The DBStorage is a IStorage for SQL database specific features. | Class | com.sibvisions.rad.persist.jdbc | JVX |
| DerbyDBAccess | The DerbyDBAccess is the implementation for Derby databases. | Class | com.sibvisions.rad.persist.jdbc | JVX |
| ForeignKey | It stores all relevant information, like FK Columns, PK Columns, etc. | Class | com.sibvisions.rad.persist.jdbc | JVX |
| HanaDBAccess | The HanaDBAccess is the implementation for SAP HANA databases. | Class | com.sibvisions.rad.persist.jdbc | JVX |
| HSQLDBAccess | The HSQLDBAccess is the implementation for Hypersonic SQL databases. | Class | com.sibvisions.rad.persist.jdbc | JVX |
| IAllFetched | Interface | com.sibvisions.rad.persist.bean | JVX | |
| IColumnMetaDataCreator | The IColumnMetaDataCreator is for creating custom ColumnMetaData implementations. | Interface | com.sibvisions.rad.persist.jdbc | JVX |
| IConfigureConnectionListener | The IInitializeConnectionListener will be used for initializing connections of a dBAccess. | Interface | com.sibvisions.rad.persist.jdbc.event.type | JVX |
| IConnectionPool | The IConnectionPool is an interface to allow simple custom connection pool implementations. | Interface | com.sibvisions.rad.persist.jdbc | JVX |
| IDBAccess | The IDBAccess defines the methods to access any kind of table oriented storage: e. | Interface | com.sibvisions.rad.persist.jdbc | JVX |
| IDBAccessListener | The listener interface for receiving events from DBAccess. | Interface | com.sibvisions.rad.persist.jdbc.event | JVX |
| InOutParam | The InOutParam defines an input and output parameter for JDBC calls. | Class | com.sibvisions.rad.persist.jdbc.param | JVX |
| InParam | The InParam defines a simple input parameter. | Class | com.sibvisions.rad.persist.jdbc.param | JVX |
| IStorageListener | The IStorageListener informs about changes in the IStorage. | Interface | com.sibvisions.rad.persist.event | JVX |
| IUnconfigureConnectionListener | The IInitializeConnectionListener will be used for initializing connections of a dBAccess. | Interface | com.sibvisions.rad.persist.jdbc.event.type | JVX |
| Key | It stores all relevant information to a Primary or Unique Key. | Class | com.sibvisions.rad.persist.jdbc | JVX |
| MemDataBookStorage | The MemDataBookStorage is a simple AbstractMemStorage without specific insert/update/delete implementation. | Class | com.sibvisions.rad.persist | JVX |
| MSSQLDBAccess | The MSSQLDBAccess is the implementation for MS SQL databases. | Class | com.sibvisions.rad.persist.jdbc | JVX |
| MySQLDBAccess | The MySQLDBAccess is the implementation for MySQL databases. | Class | com.sibvisions.rad.persist.jdbc | JVX |
| Name | A ServerColumnMetaData is a description of the data type and other attributes of a table storage column. | Class | com.sibvisions.rad.persist.jdbc | JVX |
| OracleDBAccess | The OracleDBAccess is the implementation for Oracle databases. | Class | com.sibvisions.rad.persist.jdbc | JVX |
| OutParam | The OutParam is a simple output parameter for JDBC calls. | Class | com.sibvisions.rad.persist.jdbc.param | JVX |
| PostgreSQLDBAccess | The PostgreSQLDBAccess is the implementation for Postgres databases. | Class | com.sibvisions.rad.persist.jdbc | JVX |
| ServerColumnMetaData | A ServerColumnMetaData is a description of the data type and other attributes of a table storage column. | Class | com.sibvisions.rad.persist.jdbc | JVX |
| ServerMetaData | The ServerMetaData is a description of all columns as ServerColumnMetaData, the Primary Key columns, Representation columns and auto increment columns. | Class | com.sibvisions.rad.persist.jdbc | JVX |
| ServerMetaData .PrimaryKeyType | the possible types for the pk columns. | Class | com.sibvisions.rad.persist.jdbc | JVX |
| StorageDataBook | The StorageDataBook is a RemoteDataBook directly connected to an IStorage. | Class | com.sibvisions.rad.persist | JVX |
| StorageEvent | Class | com.sibvisions.rad.persist.event | JVX | |
| StorageEvent .ChangedType | Specifies the type of change. | Class | com.sibvisions.rad.persist.event | JVX |
| StorageEventHandler | The StorageEventHandler is a EventHandler that handles Events, and throws DataSourceExceptions. | Class | com.sibvisions.rad.persist.event | JVX |
| StorageHandler | The StorageHandler is a EventHandler that handles IStorageListener. | Class | com.sibvisions.rad.persist.event | JVX |
| TableInfo | It stores all relevant information to a Table. | Class | com.sibvisions.rad.persist.jdbc | JVX |
| TriggerAPI | The TriggerAPI class offers methods for server-side triggers. | Class | com.sibvisions.rad.persist | JVX |