|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ICloseable | |
|---|---|
| com.sibvisions.rad.persist | Contains implementations of the persistence definitions. |
| com.sibvisions.rad.persist.jdbc | Contains all database specific persistence implementations. |
| com.sibvisions.rad.server.protocol | Contains classes for server protocol support. |
| javax.rad.remote | Contains all important interfaces for implementing the client/server communication. |
| Uses of ICloseable in com.sibvisions.rad.persist |
|---|
| Classes in com.sibvisions.rad.persist that implement ICloseable | |
|---|---|
class |
AbstractCachedStorage
The AbstractCachedStorage implements the caching mechanism of ICachedStorage. |
class |
AbstractMemStorage
The AbstractMemStorage is an AbstractCachedStorage and holds an internal MemDataBook
for the data. |
class |
AbstractStorage
The AbstractStorage implements the server side triggers mechanism for different types of Storages. |
| Uses of ICloseable in com.sibvisions.rad.persist.jdbc |
|---|
| Classes in com.sibvisions.rad.persist.jdbc that implement ICloseable | |
|---|---|
class |
DB2DBAccess
The DB2DBAccess is the implementation for DB2 databases. |
class |
DBAccess
The DBAccess is the implementation for most used SQL databases. |
class |
DBStorage
The DBStorage is a IStorage for SQL database specific features. |
class |
DerbyDBAccess
The DerbyDBAccess is the implementation for Derby databases. |
class |
HanaDBAccess
The HanaDBAccess is the implementation for SAP HANA databases. |
class |
HSQLDBAccess
The HSQLDBAccess is the implementation for Hypersonic SQL databases. |
class |
MSSQLDBAccess
The MSSQLDBAccess is the implementation for MS SQL databases. |
class |
MySQLDBAccess
The MySQLDBAccess is the implementation for MySQL databases. |
class |
OracleDBAccess
The OracleDBAccess is the implementation for Oracle databases. |
class |
PostgreSQLDBAccess
The PostgreSQLDBAccess is the implementation for Postgres databases. |
| Uses of ICloseable in com.sibvisions.rad.server.protocol |
|---|
| Classes in com.sibvisions.rad.server.protocol that implement ICloseable | |
|---|---|
class |
Record
The Record contains information for writing via IProtocolWriter. |
| Uses of ICloseable in javax.rad.remote |
|---|
| Classes in javax.rad.remote that implement ICloseable | |
|---|---|
class |
AbstractConnection
The AbstractConnection encapsulates the access to an
IConnection implementation. |
class |
MasterConnection
The MasterConnection provides sub connections and
an alive check for all known connections. |
class |
SubConnection
The SubConnection uses the connection of a
MasterConnection for transfering data to the server. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||