| 程序包 | 说明 |
|---|---|
| com.oceanbase.jdbc | |
| com.oceanbase.jdbc.internal.protocol | |
| com.oceanbase.jdbc.internal.util.exceptions |
| 限定符和类型 | 字段和说明 |
|---|---|
protected ExceptionFactory |
OceanBaseStatement.exceptionFactory |
| 构造器和说明 |
|---|
BasePrepareStatement(OceanBaseConnection connection,
int resultSetScrollType,
int resultSetConcurrency,
int autoGeneratedKeys,
ExceptionFactory exceptionFactory)
Constructor.
|
CallableFunctionStatement(OceanBaseConnection connection,
String sql,
int resultSetType,
int resultSetConcurrency,
ExceptionFactory exceptionFactory)
Constructor for getter/setter of callableStatement.
|
CallableProcedureStatement(boolean isObFuction,
OceanBaseConnection connection,
String sql,
int resultSetScrollType,
int resultSetConcurrency,
ExceptionFactory exceptionFactory)
Constructor for getter/setter of callableStatement.
|
ClientSidePreparedStatement(OceanBaseConnection connection,
String sql,
int resultSetScrollType,
int resultSetConcurrency,
int autoGeneratedKeys,
ExceptionFactory exceptionFactory)
Constructor.
|
JDBC4CallableStatement(OceanBaseConnection connection,
String databaseName,
String procedureName,
String arguments,
int resultSetType,
int resultSetConcurrency,
ExceptionFactory exceptionFactory)
Specific implementation of CallableStatement to handle function call, represent by call like
{?
|
JDBC4PreparedStatement(OceanBaseConnection connection,
String sql,
int resultSetScrollType,
int resultSetConcurrency,
int autoGeneratedKeys,
ExceptionFactory exceptionFactory)
Constructor.
|
JDBC4ServerCallableStatement(boolean isObFunction,
String query,
OceanBaseConnection connection,
String procedureName,
String database,
String arguments,
int resultSetType,
int resultSetConcurrency,
ExceptionFactory exceptionFactory)
Specific implementation of CallableStatement to handle function call, represent by call like
{?
|
JDBC4ServerCallableStatement(boolean isObFunction,
String query,
OceanBaseConnection connection,
String procedureName,
String database,
String arguments,
int resultSetType,
int resultSetConcurrency,
ExceptionFactory exceptionFactory,
boolean isAnonymousBlock) |
JDBC4ServerPreparedStatement(boolean isObFunction,
OceanBaseConnection connection,
String sql,
int resultSetScrollType,
int resultSetConcurrency,
int autoGeneratedKeys,
ExceptionFactory exceptionFactory)
Constructor for creating Server prepared statement.
|
OceanBaseFunctionStatement(OceanBaseConnection connection,
String databaseName,
String procedureName,
String arguments,
int resultSetType,
int resultSetConcurrency,
ExceptionFactory exceptionFactory)
Specific implementation of CallableStatement to handle function call, represent by call like
{?
|
OceanBaseProcedureStatement(boolean isObFunction,
String query,
OceanBaseConnection connection,
String procedureName,
String database,
String arguments,
int resultSetType,
int resultSetConcurrency,
ExceptionFactory exceptionFactory)
Specific implementation of CallableStatement to handle function call, represent by call like
{?
|
OceanBaseProcedureStatement(boolean isObFunction,
String query,
OceanBaseConnection connection,
String procedureName,
String database,
String arguments,
int resultSetType,
int resultSetConcurrency,
ExceptionFactory exceptionFactory,
boolean isAnoymousBlock) |
OceanBaseStatement(OceanBaseConnection connection,
int resultSetScrollType,
int resultSetConcurrency,
ExceptionFactory exceptionFactory)
Creates a new Statement.
|
ServerSidePreparedStatement(boolean isObFunction,
OceanBaseConnection connection,
String sql,
int resultSetScrollType,
int resultSetConcurrency,
int autoGeneratedKeys,
ExceptionFactory exceptionFactory)
Constructor for creating Server prepared statement.
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected ExceptionFactory |
AbstractConnectProtocol.exceptionFactory |
| 限定符和类型 | 字段和说明 |
|---|---|
static ExceptionFactory |
ExceptionFactory.INSTANCE |
| 限定符和类型 | 方法和说明 |
|---|---|
static ExceptionFactory |
ExceptionFactory.of(long threadId,
Options options) |
ExceptionFactory |
ExceptionFactory.raiseStatementError(OceanBaseConnection connection,
Statement stmt) |
Copyright © 2024 oceanbase.com. All rights reserved.