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.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.jdbc |
Implementation of the JDBC API (package java.sql).
|
org.h2.table |
Classes related to a table and table meta data.
|
Class and Description |
---|
Command
Represents a SQL statement.
|
CommandInterface
Represents a SQL statement.
|
Prepared
A prepared statement.
|
Class and Description |
---|
Prepared
A prepared statement.
|
Class and Description |
---|
Command
Represents a SQL statement.
|
Prepared
A prepared statement.
|
Class and Description |
---|
Command
Represents a SQL statement.
|
CommandInterface
Represents a SQL statement.
|
Prepared
A prepared statement.
|
Class and Description |
---|
Prepared
A prepared statement.
|
Class and Description |
---|
CommandInterface
Represents a SQL statement.
|
Class and Description |
---|
Prepared
A prepared statement.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.