|
Class Summary |
| AsyncStatement |
|
| AttributeHolder |
|
| ConnectionEnv |
To enable multi-user use of ij.Main2 |
| ijConnectionResult |
|
| ijExceptionResult |
This is an impl for just returning errors from
JDBC statements. |
| ijMultipleResultSetResult |
This impl is intended to be used with multiple resultsets, where
the execution of the statement is already complete. |
| ijMultiResult |
This is an impl for a statement execution; the result
is either an update count or result set depending
on what was executed. |
| ijResultImpl |
This is an empty impl for reuse of code. |
| ijResultSetResult |
This impl is intended to be used with a resultset,
where the execution of the statement is already complete. |
| ijRowResult |
This is an impl for when 1 row of a result set is
the intended use of it. |
| ijStatementResult |
This is an impl for a statement execution; the result
is either an update count or result set depending
on what was executed. |
| ijVectorResult |
This is an impl for a simple Vector of objects. |
| ijWarningResult |
This is an impl for just returning warnings from
JDBC objects we don't want the caller to touch. |
| ijXid |
|
| Main |
This is the controller for ij. |
| mtTestCase |
|
| mtTester |
mtTester grabs test and runs them forever. |
| mtTestSuite |
|
| mtTime |
|
| QualifiedIdentifier |
A qualified identifier made of a session name and a local name |
| Session |
Session holds the objects local to a particular database session,
which starts with a connection and is all other JDBC
stuff used on that connection, along with some ij state
that is connection-based as well. |
| StatementFinder |
StatementGrabber looks through an input stream for
the next JSQL statement. |
| UCode_CharStream |
An implementation of interface CharStream, where the stream is assumed to
contain only Unicode characters. |
| URLCheck |
This class takes a string used for a connection URL and checks for
correctness. |
| util |
Methods used to control setup for apps as
well as display some internal ij structures. |
| utilMain |
This class is utilities specific to the two ij Main's. |
| xaHelper |
|