Uses of Class
org.hsqldb.cmdline.SqlTool.SqlToolException
-
Packages that use SqlTool.SqlToolException Package Description org.hsqldb.cmdline Contains command-line utilities. -
-
Uses of SqlTool.SqlToolException in org.hsqldb.cmdline
Methods in org.hsqldb.cmdline that throw SqlTool.SqlToolException Modifier and Type Method Description static void
SqlTool. objectMain(java.lang.String[] arg)
Connect to a JDBC Database and execute the commands given on stdin or in SQL file(s).
-