|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.hsqldb.util.SqlTool
Sql Tool. A command-line and/or interactive SQL tool. (Note: For every Javadoc block comment, I'm using a single blank line immediately after the description, just like's Sun's examples in their Coding Conventions document). See JavaDocs for the main method for syntax of how to run.
@main()
Nested Class Summary | |
static class |
SqlTool.SqlToolException
Nested class for external callers of SqlTool.main() |
Constructor Summary | |
SqlTool()
|
Method Summary | |
static void |
main(java.lang.String[] arg)
Connect to a JDBC Database and execute the commands given on stdin or in SQL file(s). |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SqlTool()
Method Detail |
public static void main(java.lang.String[] arg) throws SqlTool.SqlToolException
arg
- Run "java... org.hsqldb.util.SqlTool --help" for syntax.
SqlTool.SqlToolException
- May be thrown only if the system property
'sqltool.noexit' is set (to anything).
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |