| java.lang.Object org.apache.derby.impl.tools.ij.Main org.apache.derby.impl.tools.ij.Main14
Main14 | public class Main14 extends Main (Code) | | 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.
|
Constructor Summary | |
public | Main14() create an ij tool waiting to be given input and output streams. | public | Main14(LocalizedOutput out) | public | Main14(boolean trash) This constructor is only used so that we
can get to the right Main based on the
JDBC version. |
Main14 | public Main14()(Code) | | create an ij tool waiting to be given input and output streams.
|
Main14 | public Main14(boolean trash)(Code) | | This constructor is only used so that we
can get to the right Main based on the
JDBC version. We don't do any work in
this constructor and we only use this
object to get to the right Main via
getMain().
|
getMain | public Main getMain(LocalizedOutput out)(Code) | | Get the right Main (according to
the JDBC version.
The right Main (according to the JDBC version). |
getutilMain | public utilMain getutilMain(int numConnections, LocalizedOutput out)(Code) | | Get the right utilMain (according to
the JDBC version.
The right utilMain (according to the JDBC version). |
main | public static void main(String[] args) throws IOException(Code) | | ij can be used directly on a shell command line through
its main program.
Parameters: args - allows 1 file name to be specified, from whichinput will be read; if not specified, stdin is used. |
|
|