public class Main extends Object
This was written to facilitate a test harness for language functionality tests.
| Constructor and Description |
|---|
Main()
create an ij tool waiting to be given input and output streams.
|
Main(boolean trash)
This constructor is only used so that we
can get to the right Main based on the
JDBC version.
|
Main(com.pivotal.gemfirexd.internal.iapi.tools.i18n.LocalizedOutput out) |
| Modifier and Type | Method and Description |
|---|---|
Main |
getMain(com.pivotal.gemfirexd.internal.iapi.tools.i18n.LocalizedOutput out)
Get the right Main (according to
the JDBC version.
|
utilMain |
getutilMain(int numConnections,
com.pivotal.gemfirexd.internal.iapi.tools.i18n.LocalizedOutput out)
Get the right utilMain (according to
the JDBC version.
|
static void |
main(String[] args)
ij can be used directly on a shell command line through
its main program.
|
static void |
mainCore(String[] args,
Main main) |
public Main()
public Main(com.pivotal.gemfirexd.internal.iapi.tools.i18n.LocalizedOutput out)
public Main(boolean trash)
public static void main(String[] args) throws IOException
args - allows 1 file name to be specified, from which
input will be read; if not specified, stdin is used.IOExceptionpublic static void mainCore(String[] args, Main main) throws IOException
IOExceptionpublic Main getMain(com.pivotal.gemfirexd.internal.iapi.tools.i18n.LocalizedOutput out)
public utilMain getutilMain(int numConnections, com.pivotal.gemfirexd.internal.iapi.tools.i18n.LocalizedOutput out)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.