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

Interface Summary
ijResult This is a wrapper for results coming out of the ij parser.
xaAbstractHelper  
 

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  
 

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.
 


Built on Wed 2013-06-12 15:21:56+0000, from revision ???

Apache Derby V10.10 Internals - Copyright © 2004,2013 The Apache Software Foundation. All Rights Reserved.