| 程序包 | 说明 |
|---|---|
| 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.engine |
Contains high level classes of the database and classes that
don't fit in another sub-package.
|
| org.h2.expression |
Expressions include mathematical operations, conditions, simple
values, and functions.
|
| org.h2.index |
Various table index implementations, as well as cursors to
navigate in an index.
|
| org.h2.result |
Implementation of row and internal result sets.
|
| org.h2.table |
Classes related to a table and table meta data.
|
| 类和说明 |
|---|
| Query
Represents a SELECT statement (simple, or union).
|
| 类和说明 |
|---|
| Query
Represents a SELECT statement (simple, or union).
|
| Select
This class represents a simple SELECT statement.
|
| SelectOrderBy
Describes one element of the ORDER BY clause of a query.
|
| 类和说明 |
|---|
| Query
Represents a SELECT statement (simple, or union).
|
| 类和说明 |
|---|
| Query
Represents a SELECT statement (simple, or union).
|
| Select
This class represents a simple SELECT statement.
|
| SelectOrderBy
Describes one element of the ORDER BY clause of a query.
|
| 类和说明 |
|---|
| Query
Represents a SELECT statement (simple, or union).
|
| 类和说明 |
|---|
| SelectOrderBy
Describes one element of the ORDER BY clause of a query.
|
| 类和说明 |
|---|
| Query
Represents a SELECT statement (simple, or union).
|
| Select
This class represents a simple SELECT statement.
|
Copyright © 2017. All rights reserved.