Package | Description |
---|---|
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.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.table |
Classes related to a table and table meta data.
|
Class and Description |
---|
Query
Represents a SELECT statement (simple, or union).
|
Class and Description |
---|
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.
|
Class and Description |
---|
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.
|
Class and Description |
---|
Query
Represents a SELECT statement (simple, or union).
|
Class and Description |
---|
Query
Represents a SELECT statement (simple, or union).
|
Select
This class represents a simple SELECT statement.
|
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.