| Package | Description |
|---|---|
| com.oceanbase.jdbc | |
| com.oceanbase.jdbc.internal.protocol | |
| com.oceanbase.jdbc.internal.util.exceptions |
| Modifier and Type | Field and Description |
|---|---|
protected ExceptionFactory |
OceanBaseStatement.exceptionFactory |
| Constructor and Description |
|---|
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
{?= call procedure-name[(arg1,arg2, ...)]}.
|
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
{?= call procedure-name[(arg1,arg2, ...)]}.
|
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
{?= call procedure-name[(arg1,arg2, ...)]}.
|
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
{?= call procedure-name[(arg1,arg2, ...)]}.
|
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.
|
| Modifier and Type | Field and Description |
|---|---|
protected ExceptionFactory |
AbstractConnectProtocol.exceptionFactory |
| Modifier and Type | Field and Description |
|---|---|
static ExceptionFactory |
ExceptionFactory.INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
static ExceptionFactory |
ExceptionFactory.of(long threadId,
Options options) |
ExceptionFactory |
ExceptionFactory.raiseStatementError(OceanBaseConnection connection,
Statement stmt) |
Copyright © 2022 oceanbase.com. All rights reserved.