Uses of Package
org.h2.expression
-
Packages that use org.h2.expression Package Description org.h2.command This package contains the parser and the base classes for prepared SQL statements.org.h2.command.ddl Contains DDL (data definition language) and related SQL statements.org.h2.command.dml Contains DML (data manipulation language) and related SQL statements.org.h2.command.query Contains queries.org.h2.constraint Database constraints such as check constraints, unique constraints, and referential constraints.org.h2.expression Expressions include mathematical operations, simple values, and others.org.h2.expression.aggregate Aggregate functions.org.h2.expression.analysis Base classes for data analysis operations and implementations of window functions.org.h2.expression.condition Condition expressions.org.h2.expression.function Functions.org.h2.expression.function.table Table value functions.org.h2.fulltext The native full text search implementation, and the wrapper for the Lucene full text search implementation.org.h2.index Various table index implementations, as well as cursors to navigate in an index.org.h2.jdbc Implementation of the JDBC API (package java.sql).org.h2.message Trace (logging facility) and error message tool.org.h2.mode Utility classes for compatibility with other database, for example MySQL.org.h2.mvstore.db Helper classes to use the MVStore in the H2 database.org.h2.result Implementation of row and internal result sets.org.h2.schema Schema implementation and objects that are stored in a schema (for example, sequences and constants).org.h2.server.pg PostgreSQL server implementation of this database.org.h2.table Classes related to a table and table meta data. -
Classes in org.h2.expression used by org.h2.command Class Description Expression An expression is a operation, a value, or a function in a query.ExpressionWithFlags Expression with flags.ExpressionWithVariableParameters An expression with variable number of parameters.Parameter A parameter of a prepared statement.ParameterInterface The interface for client side (remote) and server side parameters.SequenceValue Wraps a sequence when used in a statement.SimpleCase.SimpleWhen Wildcard A wildcard expression as in SELECT * FROM TEST. -
Classes in org.h2.expression used by org.h2.command.ddl Class Description Expression An expression is a operation, a value, or a function in a query.Parameter A parameter of a prepared statement. -
Classes in org.h2.expression used by org.h2.command.dml Class Description Expression An expression is a operation, a value, or a function in a query.ExpressionVisitor 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.query Class Description Expression An expression is a operation, a value, or a function in a query.ExpressionColumn A column reference expression that represents a column of a table or view.ExpressionVisitor The visitor pattern is used to iterate through all expressions of a query to optimize a statement.Parameter A parameter of a prepared statement. -
Classes in org.h2.expression used by org.h2.constraint Class Description Expression An expression is a operation, a value, or a function in a query.ExpressionVisitor 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 Class Description BinaryOperation.OpType Expression An expression is a operation, a value, or a function in a query.ExpressionColumn A column reference expression that represents a column of a table or view.ExpressionVisitor The visitor pattern is used to iterate through all expressions of a query to optimize a statement.ExpressionWithVariableParameters An expression with variable number of parameters.Format.FormatEnum Supported formats.IntervalOperation.IntervalOpType Operation0 Operation without subexpressions.Operation1 Operation with one argument.Operation1_2 Operation with one or two arguments.Operation2 Operation with two arguments.OperationN Operation with many arguments.ParameterInterface The interface for client side (remote) and server side parameters.SimpleCase.SimpleWhen TypedValueExpression An expression representing a constant value with a type cast.ValueExpression An expression representing a constant value. -
Classes in org.h2.expression used by org.h2.expression.aggregate Class Description Expression An expression is a operation, a value, or a function in a query.ExpressionVisitor The visitor pattern is used to iterate through all expressions of a query to optimize a statement.ExpressionWithFlags Expression with flags. -
Classes in org.h2.expression used by org.h2.expression.analysis Class Description Expression An expression is a operation, a value, or a function in a query.ExpressionVisitor 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.condition Class Description Expression An expression is a operation, a value, or a function in a query.ExpressionColumn A column reference expression that represents a column of a table or view.ExpressionVisitor The visitor pattern is used to iterate through all expressions of a query to optimize a statement.Parameter A parameter of a prepared statement. -
Classes in org.h2.expression used by org.h2.expression.function Class Description Expression An expression is a operation, a value, or a function in a query.ExpressionVisitor The visitor pattern is used to iterate through all expressions of a query to optimize a statement.ExpressionWithFlags Expression with flags.ExpressionWithVariableParameters An expression with variable number of parameters.Operation0 Operation without subexpressions.Operation1 Operation with one argument.Operation1_2 Operation with one or two arguments.Operation2 Operation with two arguments.OperationN Operation with many arguments. -
Classes in org.h2.expression used by org.h2.expression.function.table Class Description Expression An expression is a operation, a value, or a function in a query.ExpressionWithVariableParameters An expression with variable number of parameters. -
Classes in org.h2.expression used by org.h2.fulltext Class Description Expression An expression is a operation, a value, or a function in a query. -
Classes in org.h2.expression used by org.h2.index Class Description Expression An expression is a operation, a value, or a function in a query.ExpressionColumn A column reference expression that represents a column of a table or view.Parameter A parameter of a prepared statement. -
Classes in org.h2.expression used by org.h2.jdbc Class Description ParameterInterface The interface for client side (remote) and server side parameters. -
Classes in org.h2.expression used by org.h2.message Class Description ParameterInterface The interface for client side (remote) and server side parameters. -
Classes in org.h2.expression used by org.h2.mode Class Description Expression An expression is a operation, a value, or a function in a query.ExpressionVisitor The visitor pattern is used to iterate through all expressions of a query to optimize a statement.ExpressionWithVariableParameters An expression with variable number of parameters.Operation0 Operation without subexpressions.Operation1 Operation with one argument.OperationN Operation with many arguments. -
Classes in org.h2.expression used by org.h2.mvstore.db Class Description Expression An expression is a operation, a value, or a function in a query. -
Classes in org.h2.expression used by org.h2.result Class Description Expression An expression is a operation, a value, or a function in a query. -
Classes in org.h2.expression used by org.h2.schema Class Description Expression An expression is a operation, a value, or a function in a query.ValueExpression An expression representing a constant value. -
Classes in org.h2.expression used by org.h2.server.pg Class Description ParameterInterface The interface for client side (remote) and server side parameters. -
Classes in org.h2.expression used by org.h2.table Class Description Expression An expression is a operation, a value, or a function in a query.ExpressionColumn A column reference expression that represents a column of a table or view.ExpressionVisitor The visitor pattern is used to iterate through all expressions of a query to optimize a statement.Parameter A parameter of a prepared statement.