Uses of Class
org.h2.command.CommandContainer
Packages that use CommandContainer
Package
Description
This package contains the parser and the base classes for prepared SQL statements.
-
Uses of CommandContainer in org.h2.command
Fields in org.h2.command declared as CommandContainerMethods in org.h2.command with parameters of type CommandContainerModifier and TypeMethodDescriptionprivate CommandList
Parser.prepareCommandList
(CommandContainer command, Prepared p, String sql, String remainingSql, ArrayList<Token> remainingTokens) Constructors in org.h2.command with parameters of type CommandContainerModifierConstructorDescription(package private)
CommandList
(SessionLocal session, String sql, CommandContainer command, ArrayList<Prepared> commands, ArrayList<Parameter> parameters, String remaining)