Package org.apache.derby.impl.tools.ij

Interface Summary
CharStream This interface describes a character stream that maintains line and column number positions of the characters.
ijConstants  
ijResult This is a wrapper for results coming out of the ij parser.
mtGrammarConstants  
xaAbstractHelper  
 

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  
 

Exception Summary
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 Summary
TokenMgrError  
 


Built on Tue 2006-10-10 19:23:47+0200, from revision exported

Apache Derby V10.1 Engine Documentation - Copyright © 1997,2005 The Apache Software Foundation or its licensors, as applicable.