Package org.h2.command
This package contains the parser and the base classes for prepared SQL
statements.
-
Interface Summary Interface Description CommandInterface Represents a SQL statement. -
Class Summary Class Description Command Represents a SQL statement.CommandContainer Represents a single SQL statements.CommandRemote Represents the client-side part of a SQL statement.Parser The parser is used to convert a SQL statement string to an command object.ParserBase The base class for the parser.Prepared A prepared statement.QueryScope The scope of identifiers for a query with the WITH clause.Token Token.Tokenizer Tokenizer.