Package | Description |
---|---|
org.h2.command |
This package contains the parser and the base classes for prepared 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.jdbc |
Implementation of the JDBC API (package java.sql).
|
org.h2.jdbcx |
Implementation of the extended JDBC API (package javax.sql).
|
org.h2.message |
Trace (logging facility) and error message tool.
|
org.h2.store |
Storage abstractions, such as a file with a cache, or a class to convert values to a byte array and vice versa.
|
org.h2.table |
Classes related to a table and table meta data.
|
org.h2.util |
Internal utility classes.
|
org.h2.value |
Data type and value implementations.
|
Class and Description |
---|
DbException
This exception wraps a checked exception.
|
Class and Description |
---|
DbException
This exception wraps a checked exception.
|
Trace
This class represents a trace module.
|
TraceSystem
The trace mechanism is the logging facility of this database.
|
Class and Description |
---|
DbException
This exception wraps a checked exception.
|
Class and Description |
---|
DbException
This exception wraps a checked exception.
|
Class and Description |
---|
TraceObject
The base class for objects that can print trace information about themselves.
|
Class and Description |
---|
TraceObject
The base class for objects that can print trace information about themselves.
|
TraceSystem
The trace mechanism is the logging facility of this database.
|
Class and Description |
---|
DbException
This exception wraps a checked exception.
|
Trace
This class represents a trace module.
|
Class and Description |
---|
DbException
This exception wraps a checked exception.
|
Trace
This class represents a trace module.
|
TraceSystem
The trace mechanism is the logging facility of this database.
|
Class and Description |
---|
DbException
This exception wraps a checked exception.
|
Class and Description |
---|
Trace
This class represents a trace module.
|
Class and Description |
---|
DbException
This exception wraps a checked exception.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.