Uses of Class
org.h2.command.dml.CommandWithValues
-
Packages that use CommandWithValues Package Description org.h2.command This package contains the parser and the base classes for prepared SQL statements.org.h2.command.dml Contains DML (data manipulation language) and related SQL statements. -
-
Uses of CommandWithValues in org.h2.command
Methods in org.h2.command with parameters of type CommandWithValues Modifier and Type Method Description private voidParser. parseValuesForCommand(CommandWithValues command) -
Uses of CommandWithValues in org.h2.command.dml
Subclasses of CommandWithValues in org.h2.command.dml Modifier and Type Class Description classInsertThis class represents the statement INSERTclassMergeThis class represents the statement MERGE or the MySQL compatibility statement REPLACE
-