Modifier and Type | Field and Description |
---|---|
protected MariaDbConnection |
MariaDbStatement.connection
the Connection object.
|
Modifier and Type | Method and Description |
---|---|
MariaDbConnection |
MariaDbStatement.getConnection()
Gets the connection that created this statement.
|
MariaDbConnection |
MariaDbPooledConnection.getConnection()
Creates and returns a
Connection object that is a handle for the physical
connection that this PooledConnection object represents. |
static MariaDbConnection |
MariaDbConnection.newConnection(UrlParser urlParser,
GlobalStateInfo globalInfo)
Create new connection Object.
|
Modifier and Type | Method and Description |
---|---|
ServerSidePreparedStatement |
ServerSidePreparedStatement.clone(MariaDbConnection connection)
Clone statement.
|
MariaDbStatement |
MariaDbStatement.clone(MariaDbConnection connection)
Clone statement.
|
MariaDbProcedureStatement |
MariaDbProcedureStatement.clone(MariaDbConnection connection)
Clone statement.
|
MariaDbFunctionStatement |
MariaDbFunctionStatement.clone(MariaDbConnection connection)
Clone statement.
|
ClientSidePreparedStatement |
ClientSidePreparedStatement.clone(MariaDbConnection connection)
Clone statement.
|
CallableProcedureStatement |
CallableProcedureStatement.clone(MariaDbConnection connection)
Clone data.
|
CallableFunctionStatement |
CallableFunctionStatement.clone(MariaDbConnection connection)
Clone data.
|
BasePrepareStatement |
BasePrepareStatement.clone(MariaDbConnection connection)
Clone cached object.
|
Constructor and Description |
---|
BasePrepareStatement(MariaDbConnection connection,
int resultSetScrollType,
int resultSetConcurrency,
int autoGeneratedKeys)
Constructor.
|
CallableFunctionStatement(MariaDbConnection connection,
String sql,
int resultSetType,
int resultSetConcurrency)
Constructor for getter/setter of callableStatement.
|
CallableParameterMetaData(MariaDbConnection con,
String database,
String name,
boolean isFunction)
Retrieve Callable metaData.
|
CallableProcedureStatement(MariaDbConnection connection,
String sql,
int resultSetScrollType,
int resultSetConcurrency)
Constructor for getter/setter of callableStatement.
|
ClientSidePreparedStatement(MariaDbConnection connection,
String sql,
int resultSetScrollType,
int resultSetConcurrency,
int autoGeneratedKeys)
Constructor.
|
MariaDbFunctionStatement(MariaDbConnection connection,
String databaseName,
String procedureName,
String arguments,
int resultSetType,
int resultSetConcurrency)
Specific implementation of CallableStatement to handle function call, represent by call like
{?
|
MariaDbPooledConnection(MariaDbConnection connection)
Constructor.
|
MariaDbProcedureStatement(String query,
MariaDbConnection connection,
String procedureName,
String database,
int resultSetType,
int resultSetConcurrency)
Specific implementation of CallableStatement to handle function call, represent by call like
{?
|
MariaDbStatement(MariaDbConnection connection,
int resultSetScrollType,
int resultSetConcurrency)
Creates a new Statement.
|
MariaXaConnection(MariaDbConnection connection) |
MariaXaResource(MariaDbConnection connection) |
ServerSidePreparedStatement(MariaDbConnection connection,
String sql,
int resultSetScrollType,
int resultSetConcurrency,
int autoGeneratedKeys)
Constructor for creating Server prepared statement.
|
Modifier and Type | Method and Description |
---|---|
void |
Listener.prolog(long maxRows,
MariaDbConnection connection,
MariaDbStatement statement) |
void |
AbstractMastersListener.prolog(long maxRows,
MariaDbConnection connection,
MariaDbStatement statement) |
Modifier and Type | Method and Description |
---|---|
void |
MastersSlavesListener.prolog(long maxRows,
MariaDbConnection connection,
MariaDbStatement statement) |
Modifier and Type | Method and Description |
---|---|
void |
Protocol.prolog(long maxRows,
boolean hasProxy,
MariaDbConnection connection,
MariaDbStatement statement) |
void |
AbstractQueryProtocol.prolog(long maxRows,
boolean hasProxy,
MariaDbConnection connection,
MariaDbStatement statement)
Preparation before command.
|
void |
Protocol.prologProxy(ServerPrepareResult serverPrepareResult,
long maxRows,
boolean hasProxy,
MariaDbConnection connection,
MariaDbStatement statement) |
void |
AbstractQueryProtocol.prologProxy(ServerPrepareResult serverPrepareResult,
long maxRows,
boolean hasProxy,
MariaDbConnection connection,
MariaDbStatement statement) |
Modifier and Type | Method and Description |
---|---|
CloneableCallableStatement |
CloneableCallableStatement.clone(MariaDbConnection connection) |
Modifier and Type | Method and Description |
---|---|
static void |
ExceptionMapper.checkConnectionException(SQLException exception,
MariaDbConnection connection)
Check connection exception to report to poolConnection listeners.
|
static SQLException |
ExceptionMapper.getException(SQLException exception,
MariaDbConnection connection,
MariaDbStatement statement,
boolean timeout)
Helper to decorate exception with associate subclass of
SQLException exception. |
static void |
ExceptionMapper.throwException(SQLException exception,
MariaDbConnection connection,
MariaDbStatement statement)
Helper to throw exception.
|
Modifier and Type | Method and Description |
---|---|
MariaDbConnection |
Pool.getConnection()
Retrieve new connection.
|
MariaDbConnection |
Pool.getConnection(String username,
String password)
Get new connection from pool if user and password correspond to pool.
|
Copyright © 2019 mariadb.org. All rights reserved.