|
||||||||||
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 | Contains remote server classes and dependent components. |
com.sibvisions.rad.server.protocol | Contains classes for server protocol support. |
javax.rad.remote | Contains all important interfaces for implementing the client/server communication. |
javax.rad.server | Contains classes and interfaces needed for implementing a remote server. |
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. |
class |
MemDataBookStorage
The MemDataBookStorage is a simple AbstractMemStorage without specific insert/update/delete
implementation. |
Uses of ICloseable in com.sibvisions.rad.persist.jdbc |
---|
Classes in com.sibvisions.rad.persist.jdbc that implement ICloseable | |
---|---|
class |
AbstractOracleDBAccess
The AbstractOracleDBAccess is the base implementation for Oracle databases. |
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 |
H2DBAccess
The H2DBAccess is the implementation for the H2 database. |
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. |
class |
SQLiteDBAccess
The SQLiteDBAccess is the implementation for the SQLite database. |
class |
TiberoDBAccess
The TiberoDBAccess is the implementation for Tibero databases. |
Uses of ICloseable in com.sibvisions.rad.server |
---|
Classes in com.sibvisions.rad.server that implement ICloseable | |
---|---|
class |
DirectServerSession
The DirectServerSession is a wrapper for server-side sessions. |
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. |
Uses of ICloseable in javax.rad.server |
---|
Subinterfaces of ICloseable in javax.rad.server | |
---|---|
interface |
ICloseableSession
The ICloseableSession defines a manually closeable session. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |