| 程序包 | 说明 |
|---|---|
| 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.index |
Various table index implementations, as well as cursors to navigate in an index.
|
| 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.table |
Classes related to a table and table meta data.
|
| 类和说明 |
|---|
| Expression
An expression is a operation, a value, or a function in a query.
|
| Parameter
A parameter of a prepared statement.
|
| ParameterInterface
The interface for client side (remote) and server side parameters.
|
| 类和说明 |
|---|
| Expression
An expression is a operation, a value, or a function in a query.
|
| Parameter
A parameter of a prepared statement.
|
| 类和说明 |
|---|
| Expression
An expression is a operation, a value, or a function in a query.
|
| 类和说明 |
|---|
| 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.
|
| 类和说明 |
|---|
| 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.
|
| 类和说明 |
|---|
| 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.
|
| 类和说明 |
|---|
| 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.
|
| 类和说明 |
|---|
| 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.
|
| 类和说明 |
|---|
| 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.
|
| Parameter
A parameter of a prepared statement.
|
| 类和说明 |
|---|
| 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.
|
| 类和说明 |
|---|
| Expression
An expression is a operation, a value, or a function in a query.
|
| ExpressionWithVariableParameters
An expression with variable number of parameters.
|
| 类和说明 |
|---|
| 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.
|
| 类和说明 |
|---|
| ParameterInterface
The interface for client side (remote) and server side parameters.
|
| 类和说明 |
|---|
| 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.
|
| 类和说明 |
|---|
| Expression
An expression is a operation, a value, or a function in a query.
|
| 类和说明 |
|---|
| Expression
An expression is a operation, a value, or a function in a query.
|
| 类和说明 |
|---|
| Expression
An expression is a operation, a value, or a function in a query.
|
| ValueExpression
An expression representing a constant value.
|
| 类和说明 |
|---|
| 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.
|
Copyright © 2022. All rights reserved.