| Modifier and Type | Class and Description |
|---|---|
class |
BasePrepareStatement |
class |
CallableFunctionStatement |
class |
CallableProcedureStatement |
class |
ClientSidePreparedStatement |
class |
JDBC4CallableStatement |
class |
JDBC4PreparedStatement |
class |
JDBC4ServerCallableStatement |
class |
JDBC4ServerPreparedStatement |
class |
OceanBaseFunctionStatement |
class |
OceanBaseProcedureStatement |
class |
ServerSidePreparedStatement |
| Modifier and Type | Field and Description |
|---|---|
protected OceanBaseStatement |
JDBC4ResultSet.statement |
| Modifier and Type | Method and Description |
|---|---|
OceanBaseStatement |
OceanBaseStatement.clone(OceanBaseConnection connection)
Clone statement.
|
OceanBaseStatement |
JDBC4ResultSet.getStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
JDBC4ResultSet.setStatement(OceanBaseStatement statement) |
| Modifier and Type | Method and Description |
|---|---|
OceanBaseStatement |
Results.getStatement() |
| Constructor and Description |
|---|
Results(OceanBaseStatement statement,
int fetchSize,
boolean batch,
int expectedSize,
boolean binaryFormat,
int resultSetScrollType,
int resultSetConcurrency,
int autoGeneratedKeys,
int autoIncrement,
String sql,
ParameterHolder[] parameters)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Listener.prolog(long maxRows,
OceanBaseConnection connection,
OceanBaseStatement statement) |
void |
AbstractMastersListener.prolog(long maxRows,
OceanBaseConnection connection,
OceanBaseStatement statement) |
| Modifier and Type | Method and Description |
|---|---|
void |
MastersSlavesListener.prolog(long maxRows,
OceanBaseConnection connection,
OceanBaseStatement statement) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractQueryProtocol.prolog(long maxRows,
boolean hasProxy,
OceanBaseConnection connection,
OceanBaseStatement statement)
Preparation before command.
|
void |
Protocol.prolog(long maxRows,
boolean hasProxy,
OceanBaseConnection connection,
OceanBaseStatement statement) |
void |
AbstractQueryProtocol.prologProxy(ServerPrepareResult serverPrepareResult,
long maxRows,
boolean hasProxy,
OceanBaseConnection connection,
OceanBaseStatement statement) |
void |
Protocol.prologProxy(ServerPrepareResult serverPrepareResult,
long maxRows,
boolean hasProxy,
OceanBaseConnection connection,
OceanBaseStatement statement) |
Copyright © 2022 oceanbase.com. All rights reserved.