Uses of Class
org.h2.command.dml.ScriptBase
-
Packages that use ScriptBase Package Description org.h2.command.dml Contains DML (data manipulation language) and related SQL statements. -
-
Uses of ScriptBase in org.h2.command.dml
Subclasses of ScriptBase in org.h2.command.dml Modifier and Type Class Description class
RunScriptCommand
This class represents the statement RUNSCRIPTclass
ScriptCommand
This class represents the statement SCRIPT
-