|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.derby.impl.tools.ij.Main
org.apache.derby.impl.tools.ij.Main14
This is the controller for the JDBC3.0 version of ij.
This was written to facilitate a test harness for the holding cursors over commit functionality in JDBC3.0.
Field Summary |
Fields inherited from class org.apache.derby.impl.tools.ij.Main |
langUtilClass, out, utilInstance |
Constructor Summary | |
Main14()
create an ij tool waiting to be given input and output streams. |
|
Main14(boolean trash)
This constructor is only used so that we can get to the right Main based on the JDBC version. |
|
Main14(LocalizedOutput out)
|
Method Summary | |
Main |
getMain(LocalizedOutput out)
Get the right Main (according to the JDBC version. |
utilMain |
getutilMain(int numConnections,
LocalizedOutput out)
Get the right utilMain (according to the JDBC version. |
static void |
main(java.lang.String[] args)
ij can be used directly on a shell command line through its main program. |
Methods inherited from class org.apache.derby.impl.tools.ij.Main |
go, go, initAppUI, mainCore |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Main14()
public Main14(LocalizedOutput out)
public Main14(boolean trash)
Method Detail |
public static void main(java.lang.String[] args) throws java.io.IOException
args
- allows 1 file name to be specified, from which
input will be read; if not specified, stdin is used.
java.io.IOException
public Main getMain(LocalizedOutput out)
getMain
in class Main
public utilMain getutilMain(int numConnections, LocalizedOutput out)
getutilMain
in class Main
|
Built on Mon 2007-06-04 09:58:47+0400, from revision ??? | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |