Class Summary |
ConnectionFactory |
RMI wrapper for IConnectionFactory . |
DBAuthenticationImpl |
Example of AuthenticationHelper implementation for authentication on DB level. |
DBCommon |
RMI wrapper for IDBCommon . |
DBInterface |
RMI wrapper for IDBInterface . |
Debug |
Debug output. |
FakeInternalTransaction |
This class can be used to call SQLG code from JDBC code. |
GBlob |
BLOB values are mapped to this class by default implementation of Mapper |
GClob |
CLOB values are mapped to this class by default implementation of Mapper |
HttpDispatcher |
Server-side object for HTTP access to business interfaces. |
ImplMapper |
Retrieves business interface implementation. |
LocalConnectionFactory |
IConnectionFactory implementation for local connection. |
NoDBSpecific |
DBSpecific implementation for generic JDBC database. |
OracleDBSpecific |
DBSpecific implementation for Oracle. |
OutParameter |
OUT or IN/OUT parameter for stored proc or PL/SQL block. |
QueryBuilder |
Query builder (used to concatenate multiple QueryPiece s effectively, just as StringBuilder for Strings). |
QueryPiece |
Query piece encapsulating query text and query parameters. |
SessionInfo |
Client session descriptor. |
SimpleDebug |
Simple implementation for Debug - outputs to console. |
SimpleTransaction |
RMI wrapper for ISimpleTransaction . |
SingleConnectionManager |
Single-connection implementation of ConnectionManager . |
TraceDebug |
Implementation for Debug - outputs to log file. |
Transaction |
RMI wrapper for ITransaction . |
TransactionRunnable<R> |
Utility class to run ITransaction s safely. |
TypedList<T> |
This class used for OUT parameters of cursor types. |