| 程序包 | 说明 |
|---|---|
| org.h2.engine |
Contains high level classes of the database and classes that
don't fit in another sub-package.
|
| org.h2.jdbc |
Implementation of the JDBC API (package java.sql).
|
| org.h2.result |
Implementation of row and internal result sets.
|
| org.h2.tools |
Various tools.
|
| org.h2.value |
Data type and value implementations.
|
| 类和说明 |
|---|
| JdbcConnection
Represents a connection (session) to a database.
|
| 类和说明 |
|---|
| JdbcCallableStatementBackwardsCompat
Allows us to compile on older platforms, while still implementing the methods
from the newer JDBC API.
|
| JdbcConnection
Represents a connection (session) to a database.
|
| JdbcConnectionBackwardsCompat
Allows us to compile on older platforms, while still implementing the methods
from the newer JDBC API.
|
| JdbcDatabaseMetaDataBackwardsCompat
Allows us to compile on older platforms, while still implementing the methods
from the newer JDBC API.
|
| JdbcPreparedStatement
Represents a prepared statement.
|
| JdbcResultSet
Represents a result set.
|
| JdbcResultSetBackwardsCompat
Allows us to compile on older platforms, while still implementing the methods
from the newer JDBC API.
|
| JdbcStatement
Represents a statement.
|
| JdbcStatementBackwardsCompat
Allows us to compile on older platforms, while still implementing the methods
from the newer JDBC API.
|
| 类和说明 |
|---|
| JdbcConnection
Represents a connection (session) to a database.
|
| 类和说明 |
|---|
| JdbcResultSetBackwardsCompat
Allows us to compile on older platforms, while still implementing the methods
from the newer JDBC API.
|
| 类和说明 |
|---|
| JdbcConnection
Represents a connection (session) to a database.
|
Copyright © 2017. All rights reserved.