Package org.h2.command


package org.h2.command
This package contains the parser and the base classes for prepared SQL statements.
  • Class
    Description
    Represents a SQL statement.
    Represents a single SQL statements.
    Represents a SQL statement.
    Represents the client-side part of a SQL statement.
    The parser is used to convert a SQL statement string to an command object.
    The base class for the parser.
    A prepared statement.
    The scope of identifiers for a query with the WITH clause.
    Token.
    Tokenizer.