| Modifier and Type | Field and Description |
|---|---|
protected OceanBaseConnection |
CallableParameterMetaData.con |
protected OceanBaseConnection |
JDBC4UpdatableResultSet.connection |
protected OceanBaseConnection |
OceanBaseStatement.connection
the Connection object.
|
protected OceanBaseConnection |
JDBC4ResultSet.connection |
| Modifier and Type | Method and Description |
|---|---|
OceanBaseConnection |
OceanBasePooledConnection.getConnection()
Creates and returns a
Connection object that is a handle for the physical
connection that this PooledConnection object represents. |
OceanBaseConnection |
OceanBaseStatement.getConnection()
Gets the connection that created this statement.
|
static OceanBaseConnection |
OceanBaseConnection.newConnection(UrlParser urlParser,
GlobalStateInfo globalInfo)
Create new connection Object.
|
| Modifier and Type | Method and Description |
|---|---|
CallableProcedureStatement |
CallableProcedureStatement.clone(OceanBaseConnection connection)
Clone data.
|
OceanBaseStatement |
OceanBaseStatement.clone(OceanBaseConnection connection)
Clone statement.
|
JDBC4ServerCallableStatement |
JDBC4ServerCallableStatement.clone(OceanBaseConnection connection)
Clone statement.
|
JDBC4CallableStatement |
JDBC4CallableStatement.clone(OceanBaseConnection connection)
Clone statement.
|
JDBC4ServerPreparedStatement |
JDBC4ServerPreparedStatement.clone(OceanBaseConnection connection)
Clone statement.
|
CallableFunctionStatement |
CallableFunctionStatement.clone(OceanBaseConnection connection)
Clone data.
|
BasePrepareStatement |
BasePrepareStatement.clone(OceanBaseConnection connection)
Clone cached object.
|
JDBC4PreparedStatement |
JDBC4PreparedStatement.clone(OceanBaseConnection connection)
Clone statement.
|
| Constructor and Description |
|---|
BasePrepareStatement(OceanBaseConnection connection,
int resultSetScrollType,
int resultSetConcurrency,
int autoGeneratedKeys,
ExceptionFactory exceptionFactory)
Constructor.
|
Blob(boolean hasLocator,
byte[] data,
String encoding,
OceanBaseConnection conn)
Create a BLOB with Locator
|
CallableFunctionStatement(OceanBaseConnection connection,
String sql,
int resultSetType,
int resultSetConcurrency,
ExceptionFactory exceptionFactory)
Constructor for getter/setter of callableStatement.
|
CallableParameterMetaData(OceanBaseConnection con,
String database,
String name,
boolean isFunction)
Retrieve Callable metaData.
|
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.
|
Clob(boolean hasLocator,
byte[] data,
String encoding,
OceanBaseConnection conn) |
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.
|
OceanBaseCallableParameterMetaData(OceanBaseConnection con,
String database,
String name,
boolean isFunction)
Retrieve Callable metaData.
|
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, ...)]}.
|
OceanBasePooledConnection(OceanBaseConnection connection)
Constructor.
|
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.
|
OceanBaseXaConnection(OceanBaseConnection connection) |
OceanBaseXaResource(OceanBaseConnection connection) |
ServerSidePreparedStatement(boolean isObFunction,
OceanBaseConnection connection,
String sql,
int resultSetScrollType,
int resultSetConcurrency,
int autoGeneratedKeys,
ExceptionFactory exceptionFactory)
Constructor for creating Server prepared statement.
|
| 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) |
| Modifier and Type | Method and Description |
|---|---|
CloneableCallableStatement |
CloneableCallableStatement.clone(OceanBaseConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
ExceptionFactory |
ExceptionFactory.raiseStatementError(OceanBaseConnection connection,
Statement stmt) |
| Constructor and Description |
|---|
ExceptionFactory(long threadId,
Options options,
OceanBaseConnection connection,
Statement statement) |
| Modifier and Type | Method and Description |
|---|---|
OceanBaseConnection |
Pool.getConnection()
Retrieve new connection.
|
OceanBaseConnection |
Pool.getConnection(String username,
String password)
Get new connection from pool if user and password correspond to pool.
|
| Constructor and Description |
|---|
JDBC4MysqlXAConnection(OceanBaseConnection connection) |
MysqlXAConnection(OceanBaseConnection connection) |
MysqlXAResource(OceanBaseConnection connection) |
Copyright © 2022 oceanbase.com. All rights reserved.