org.hsqldb.util
public class SqlTool extends Object
See Also: SqlTool
Nested Class Summary | |
---|---|
static class | SqlTool.SqlToolException Nested class for external callers of SqlTool.main() |
Method Summary | |
---|---|
static void | main(String[] arg)
Connect to a JDBC Database and execute the commands given on
stdin or in SQL file(s).
|
Parameters: arg Run "java... org.hsqldb.util.SqlTool --help" for syntax.
Throws: SqlToolException May be thrown only if the system property 'sqltool.noexit' is set (to anything).