|
Class Summary |
| ConnectionXAResource |
A JRun-specific implementation of the JTA XAResource. |
| JRunCallableStatement |
A CallableStatement that is aware of its Connection and resources. |
| JRunConnection |
This is a JDBC Connection that encompasses the following three collaborators:
A logical Connection returned to clients, represented by a JRunConnectionHandle
and returned by this class's getConnection() method. |
| JRunConnectionHandle |
Caller-side Connection object. |
| JRunDataSource |
DataSource implementation. |
| JRunDriver |
The core Driver implementation, pulled from PoolMan. |
| JRunPreparedStatement |
A PreparedStatement that is aware of its Connection and resources. |
| JRunResultSet |
This JDBC 2.0 ResultSet implementation transforms
underlying ResultSets so they can support more advanced
JDBC 2.0 features (scrolling, updates, etc.). |
| JRunResultSetMetaData |
JRunResultSetMetaData takes a copy of a java.sql.ResultSetMetaData
for later usage. |
| JRunStatement |
A SQL Statement that is aware of its Connection and resources. |
| RemoteSQLIdentifier |
Used to strongly-type remote SQL mappings. |
| RemoteSQLInvocation |
This object describes a remote invocation on one of the following
SQL resources: DataSource, Conection, Statement, ResultSet. |
| RemoteSQLProxy |
This InvocationHandler is instantiated by a DataSource ObjectFactory only
when DataSources are accessed remotely, with no local JDB configuration. |
| RemoteStreamResult |
When ResultSets are remote and contain a column value that is a stream,
pre-read the stream into a byte array buffer so that the stream can be re-created
on the local caller's side of the invocation. |
| Result |
A helper class that indexes a particular element in a
ResultSet row. |
| ResultSetAdapter |
A data structure that conforms to ResultSet semantics
used to bridge the old SQLUtil Hashtable[] approach and
the new ResultSet approach (from PoolMan). |
| SQLResult |
SQLResult is a simplified means of keeping track of
results returned from SQL queries. |
| SQLUtil |
A utility class that is capable of performing any sql operation. |