Package | Description |
---|---|
org.mariadb.jdbc | |
org.mariadb.jdbc.internal.protocol | |
org.mariadb.jdbc.internal.util.dao | |
org.mariadb.jdbc.internal.util.exceptions |
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.
|
static MariaDbConnection |
MariaDbConnection.newConnection(String initialUrl,
Protocol protocol,
ReentrantLock lock) |
Modifier and Type | Method and Description |
---|---|
MariaDbStatement |
MariaDbStatement.clone(MariaDbConnection connection)
Clone statement.
|
MariaDbProcedureStatement |
MariaDbProcedureStatement.clone(MariaDbConnection connection)
Clone statement.
|
MariaDbPreparedStatementServer |
MariaDbPreparedStatementServer.clone(MariaDbConnection connection)
Clone statement.
|
MariaDbPreparedStatementClient |
MariaDbPreparedStatementClient.clone(MariaDbConnection connection)
Clone statement.
|
MariaDbFunctionStatement |
MariaDbFunctionStatement.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.
|
static ResultSet |
MariaDbDatabaseMetaData.getImportedKeys(String tableDef,
String tableName,
String catalog,
MariaDbConnection connection)
Get imported keys.
|
Constructor and Description |
---|
BasePrepareStatement(MariaDbConnection connection,
int resultSetScrollType) |
CallableFunctionStatement(MariaDbConnection connection,
String sql,
int resultSetScrollType)
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)
Constructor for getter/setter of callableStatement.
|
MariaDbFunctionStatement(MariaDbConnection connection,
String databaseName,
String procedureName,
String arguments)
Specific implementation of CallableStatement to handle function call, represent by call like
{?
|
MariaDbPooledConnection(MariaDbConnection connection)
Constructor.
|
MariaDbPreparedStatementClient(MariaDbConnection connection,
String sql,
int resultSetScrollType)
Constructor.
|
MariaDbPreparedStatementServer(MariaDbConnection connection,
String sql,
int resultSetScrollType,
boolean forcePrepare)
Constructor for creating Server prepared statement.
|
MariaDbProcedureStatement(String query,
MariaDbConnection connection,
String procedureName,
String database)
Specific implementation of CallableStatement to handle function call, represent by call like
{?
|
MariaDbStatement(MariaDbConnection connection,
int resultSetScrollType)
Creates a new Statement.
|
MariaXaConnection(MariaDbConnection connection) |
MariaXaResource(MariaDbConnection connection) |
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 SQLException |
ExceptionMapper.getException(SQLException exception,
MariaDbConnection connection,
MariaDbStatement statement,
boolean timeout)
Helper to decorate exception with associate subclass of
SQLException exception. |
static void |
ExceptionMapper.throwAndLogException(SQLException exception,
MariaDbConnection connection,
MariaDbStatement statement,
Logger logger,
boolean timeout)
Helper to throw exception.
|
static void |
ExceptionMapper.throwException(SQLException exception,
MariaDbConnection connection,
MariaDbStatement statement)
Helper to throw exception.
|
Copyright © 2017. All rights reserved.