| 程序包 | 说明 |
|---|---|
| org.h2.jdbc |
Implementation of the JDBC API (package java.sql).
|
| org.h2.message |
Trace (logging facility) and error message tool.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
JdbcSQLDataException
Represents a database exception.
|
class |
JdbcSQLException
Represents a database exception.
|
class |
JdbcSQLFeatureNotSupportedException
Represents a database exception.
|
class |
JdbcSQLIntegrityConstraintViolationException
Represents a database exception.
|
class |
JdbcSQLInvalidAuthorizationSpecException
Represents a database exception.
|
class |
JdbcSQLNonTransientConnectionException
Represents a database exception.
|
class |
JdbcSQLNonTransientException
Represents a database exception.
|
class |
JdbcSQLSyntaxErrorException
Represents a database exception.
|
class |
JdbcSQLTimeoutException
Represents a database exception.
|
class |
JdbcSQLTransactionRollbackException
Represents a database exception.
|
class |
JdbcSQLTransientException
Represents a database exception.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
DbException.buildMessageForException(JdbcException e)
Builds message for an exception.
|
static String |
DbException.buildMessageForException(JdbcException e)
Builds message for an exception.
|
Copyright © 2022. All rights reserved.