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.CommandContainer.GeneratedKeysCollector Collector of generated keys.CommandList Represents a list of 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.Prepared A prepared statement.Token Token.Token.BigintToken Token.BinaryStringToken Token.CharacterStringToken Token.EndOfInputToken Token.IdentifierToken Token.IntegerToken Token.KeywordOrIdentifierToken Token.KeywordToken Token.LiteralToken Token.ParameterToken Token.ValueToken Tokenizer Tokenizer. -
Enum Summary Enum Description Parser.NullConstraintType Enumeration describing null constraints