| Interface | Description |
|---|---|
| CharStream |
This interface describes a character stream that maintains line and
column number positions of the characters.
|
| ijConstants |
Token literal values and constants.
|
| mtGrammarConstants |
Token literal values and constants.
|
| Class | Description |
|---|---|
| AttributeHolder | |
| HostsAndAgents | |
| ijMultipleResultSetResult |
This impl is intended to be used with multiple resultsets, where
the execution of the statement is already complete.
|
| 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.
|
| ijTokenManager |
Token Manager.
|
| Main |
This is the controller for ij.
|
| mtGrammar | |
| mtGrammarTokenManager |
Token Manager.
|
| mtTestCase | |
| mtTester |
mtTester grabs test and runs them forever.
|
| mtTestSuite | |
| mtTime | |
| 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.
|
| 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.
|
| Exception | Description |
|---|---|
| ijException |
ijException is used to get messages from the ij parser to
the main ij loop.
|
| ijFatalException |
Used for fatal IJ exceptions
|
| ijTokenException | |
| ParseException |
This exception is thrown when parse errors are encountered.
|
| Error | Description |
|---|---|
| TokenMgrError |
Token Manager Error.
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.