Class Summary |
AsyncStatement |
|
AttributeHolder |
|
ConnectionEnv |
To enable multi-user use of ij.Main2 |
ij |
This parser works on a statement-at-a-time basis.
|
ij.JJCalls |
|
ijConnectionResult |
|
ijExceptionResult |
This is an impl for just returning errors from
JDBC statements. |
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. |
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. |
ijTokenManager |
|
ijVectorResult |
This is an impl for a simple Vector of strings. |
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. |
Main14 |
This is the controller for the JDBC3.0 version
of ij.
|
mtGrammar |
|
mtGrammar.JJCalls |
|
mtGrammarTokenManager |
|
mtTestCase |
|
mtTester |
mtTester grabs test and runs them forever.
|
mtTestSuite |
|
mtTime |
|
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.
|
SimpleCharStream |
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing). |
StatementFinder |
StatementGrabber looks through an input stream for
the next JSQL statement. |
Token |
Describes the input token stream. |
UCode_CharStream |
An implementation of interface CharStream, where the stream is assumed to
contain only Unicode characters. |
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.
|
utilMain14 |
This class is utilities specific to the two ij Main's.
|
xaHelper |
|