Uses of Class
org.hsqldb.cmdline.SqlToolError
-
-
Uses of SqlToolError in org.hsqldb.cmdline
Methods in org.hsqldb.cmdline that throw SqlToolError Modifier and Type Method Description void
SqlFile. dsvSafe(java.lang.String s)
Validate that String is safe to write TO DSV file.void
SqlFile. execute()
Process all the commands from the file or Reader associated with "this" object.java.lang.String
SqlFile. getCurrentSchema()
void
SqlFile. importDsv(java.net.URL fileUrl, java.lang.String skipPrefix)
Name is self-explanatory.
-