Uses of Class
org.h2.command.CommandContainer
-
Packages that use CommandContainer Package Description org.h2.command 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 CommandContainer Modifier and Type Field Description private CommandContainer
CommandList. command
Methods in org.h2.command with parameters of type CommandContainer Modifier and Type Method Description private CommandList
Parser. prepareCommandList(CommandContainer command, Prepared p, java.lang.String sql, java.lang.String remainingSql, java.util.ArrayList<Token> remainingTokens)
Constructors in org.h2.command with parameters of type CommandContainer Constructor Description CommandList(SessionLocal session, java.lang.String sql, CommandContainer command, java.util.ArrayList<Prepared> commands, java.util.ArrayList<Parameter> parameters, java.lang.String remaining)
-