| 程序包 | 说明 |
|---|---|
| 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.message |
Trace (logging facility) and error message tool.
|
| org.h2.result |
Implementation of row and internal result sets.
|
| org.h2.util |
Internal utility classes.
|
| org.h2.value |
Data type and value implementations.
|
| 类和说明 |
|---|
| JdbcConnection
Represents a connection (session) to a database.
|
| 类和说明 |
|---|
| 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.
|
| JdbcException
This interface contains additional methods for database exceptions.
|
| JdbcLob
Represents a large object value.
|
| JdbcLob.State
State of the object.
|
| JdbcPreparedStatement
Represents a prepared statement.
|
| JdbcResultSet
Represents a result set.
|
| JdbcStatement
Represents a statement.
|
| JdbcStatementBackwardsCompat
Allows us to compile on older platforms, while still implementing the methods
from the newer JDBC API.
|
| 类和说明 |
|---|
| JdbcException
This interface contains additional methods for database exceptions.
|
| 类和说明 |
|---|
| JdbcConnection
Represents a connection (session) to a database.
|
| 类和说明 |
|---|
| JdbcConnection
Represents a connection (session) to a database.
|
| 类和说明 |
|---|
| JdbcConnection
Represents a connection (session) to a database.
|
| JdbcResultSet
Represents a result set.
|
Copyright © 2022. All rights reserved.