Uses of Class
org.h2.command.Command
Packages that use Command
Package
Description
This package contains the parser and the base classes for prepared SQL statements.
Contains DML (data manipulation language) and related SQL statements.
Contains high level classes of the database and classes that don't fit in another sub-package.
A small FTP server.
-
Uses of Command in org.h2.command
Subclasses of Command in org.h2.commandModifier and TypeClassDescriptionclass
Represents a single SQL statements.(package private) class
Represents a list of SQL statements.Fields in org.h2.command declared as CommandModifier and TypeFieldDescriptionprivate Command
Prepared.command
private Command
CommandList.remainingCommand
Methods in org.h2.command that return CommandModifier and TypeMethodDescriptionParser.prepareCommand
(String sql) Parse a statement or a list of statements, and prepare it for execution.Methods in org.h2.command with parameters of type Command -
Uses of Command in org.h2.command.dml
Methods in org.h2.command.dml with parameters of type CommandModifier and TypeMethodDescriptionvoid
Insert.setCommand
(Command command) void
Merge.setCommand
(Command command) -
Uses of Command in org.h2.engine
Fields in org.h2.engine declared as CommandFields in org.h2.engine with type parameters of type CommandMethods in org.h2.engine that return CommandModifier and TypeMethodDescriptionSessionLocal.getCurrentCommand()
SessionLocal.prepareLocal
(String sql) Parse and prepare the given SQL statement.Methods in org.h2.engine with parameters of type CommandModifier and TypeMethodDescriptionprivate void
SessionLocal.setCurrentCommand
(Command command) Set the current command of this session.void
SessionLocal.startStatementWithinTransaction
(Command command) Start a new statement within a transaction. -
Uses of Command in org.h2.server
Fields in org.h2.server declared as CommandMethods in org.h2.server with parameters of type Command