Uses of Package
org.h2.expression
Packages that use org.h2.expression
Package
Description
This package contains the parser and the base classes for prepared SQL statements.
Contains DDL (data definition language) and related SQL statements.
Contains DML (data manipulation language) and related SQL statements.
Contains queries.
Database constraints such as check constraints, unique constraints, and referential constraints.
Expressions include mathematical operations, simple values, and others.
Aggregate functions.
Base classes for data analysis operations and implementations of window functions.
Condition expressions.
Functions.
Table value functions.
The native full text search implementation, and the wrapper for the Lucene full text search implementation.
Various table index implementations, as well as cursors to navigate in an index.
Implementation of the JDBC API (package java.sql).
Trace (logging facility) and error message tool.
Utility classes for compatibility with other database, for example MySQL.
Helper classes to use the MVStore in the H2 database.
Implementation of row and internal result sets.
Schema implementation and objects that are stored in a schema (for example, sequences and constants).
PostgreSQL server implementation of this database.
Classes related to a table and table meta data.
-
Classes in org.h2.expression used by org.h2.commandClassDescriptionAn expression is a operation, a value, or a function in a query.Expression with flags.An expression with variable number of parameters.A parameter of a prepared statement.The interface for client side (remote) and server side parameters.Wraps a sequence when used in a statement.A wildcard expression as in SELECT * FROM TEST.
-
Classes in org.h2.expression used by org.h2.command.ddlClassDescriptionAn expression is a operation, a value, or a function in a query.A parameter of a prepared statement.
-
Classes in org.h2.expression used by org.h2.command.dmlClassDescriptionAn expression is a operation, a value, or a function in a query.The visitor pattern is used to iterate through all expressions of a query to optimize a statement.
-
Classes in org.h2.expression used by org.h2.command.queryClassDescriptionAn expression is a operation, a value, or a function in a query.A column reference expression that represents a column of a table or view.The visitor pattern is used to iterate through all expressions of a query to optimize a statement.A parameter of a prepared statement.
-
Classes in org.h2.expression used by org.h2.constraintClassDescriptionAn expression is a operation, a value, or a function in a query.The visitor pattern is used to iterate through all expressions of a query to optimize a statement.
-
Classes in org.h2.expression used by org.h2.expressionClassDescriptionAn expression is a operation, a value, or a function in a query.A column reference expression that represents a column of a table or view.The visitor pattern is used to iterate through all expressions of a query to optimize a statement.An expression with variable number of parameters.Supported formats.Operation without subexpressions.Operation with one argument.Operation with one or two arguments.Operation with two arguments.Operation with many arguments.The interface for client side (remote) and server side parameters.An expression representing a constant value with a type cast.An expression representing a constant value.
-
Classes in org.h2.expression used by org.h2.expression.aggregateClassDescriptionAn expression is a operation, a value, or a function in a query.The visitor pattern is used to iterate through all expressions of a query to optimize a statement.Expression with flags.
-
Classes in org.h2.expression used by org.h2.expression.analysisClassDescriptionAn expression is a operation, a value, or a function in a query.The visitor pattern is used to iterate through all expressions of a query to optimize a statement.
-
Classes in org.h2.expression used by org.h2.expression.conditionClassDescriptionAn expression is a operation, a value, or a function in a query.A column reference expression that represents a column of a table or view.The visitor pattern is used to iterate through all expressions of a query to optimize a statement.A parameter of a prepared statement.
-
Classes in org.h2.expression used by org.h2.expression.functionClassDescriptionAn expression is a operation, a value, or a function in a query.The visitor pattern is used to iterate through all expressions of a query to optimize a statement.Expression with flags.An expression with variable number of parameters.Operation without subexpressions.Operation with one argument.Operation with one or two arguments.Operation with two arguments.Operation with many arguments.
-
Classes in org.h2.expression used by org.h2.expression.function.tableClassDescriptionAn expression is a operation, a value, or a function in a query.An expression with variable number of parameters.
-
Classes in org.h2.expression used by org.h2.fulltext
-
Classes in org.h2.expression used by org.h2.indexClassDescriptionAn expression is a operation, a value, or a function in a query.A column reference expression that represents a column of a table or view.A parameter of a prepared statement.
-
Classes in org.h2.expression used by org.h2.jdbcClassDescriptionThe interface for client side (remote) and server side parameters.
-
Classes in org.h2.expression used by org.h2.messageClassDescriptionThe interface for client side (remote) and server side parameters.
-
Classes in org.h2.expression used by org.h2.modeClassDescriptionAn expression is a operation, a value, or a function in a query.The visitor pattern is used to iterate through all expressions of a query to optimize a statement.An expression with variable number of parameters.Operation without subexpressions.Operation with one argument.Operation with many arguments.
-
Classes in org.h2.expression used by org.h2.mvstore.db
-
Classes in org.h2.expression used by org.h2.result
-
Classes in org.h2.expression used by org.h2.schemaClassDescriptionAn expression is a operation, a value, or a function in a query.An expression representing a constant value.
-
Classes in org.h2.expression used by org.h2.server.pgClassDescriptionThe interface for client side (remote) and server side parameters.
-
Classes in org.h2.expression used by org.h2.tableClassDescriptionAn expression is a operation, a value, or a function in a query.A column reference expression that represents a column of a table or view.The visitor pattern is used to iterate through all expressions of a query to optimize a statement.A parameter of a prepared statement.