Modifier and Type | Class and Description |
---|---|
class |
AbstractCallableFunctionStatement |
class |
AbstractCallableProcedureStatement |
class |
AbstractMariaDbPrepareStatement |
class |
MariaDbClientPreparedStatement |
class |
MariaDbFunctionStatement |
class |
MariaDbProcedureStatement |
class |
MariaDbServerPreparedStatement |
Modifier and Type | Method and Description |
---|---|
MariaDbStatement |
MariaDbStatement.clone()
Clone statement.
|
Modifier and Type | Method and Description |
---|---|
void |
Protocol.prolog(ExecutionResult executionResult,
int maxRows,
boolean hasProxy,
MariaDbConnection connection,
MariaDbStatement statement) |
void |
AbstractQueryProtocol.prolog(ExecutionResult executionResult,
int maxRows,
boolean hasProxy,
MariaDbConnection connection,
MariaDbStatement statement)
Preparation before command.
|
void |
Protocol.prologProxy(ServerPrepareResult serverPrepareResult,
ExecutionResult executionResult,
int maxRows,
boolean hasProxy,
MariaDbConnection connection,
MariaDbStatement statement) |
void |
AbstractQueryProtocol.prologProxy(ServerPrepareResult serverPrepareResult,
ExecutionResult executionResult,
int maxRows,
boolean hasProxy,
MariaDbConnection connection,
MariaDbStatement statement) |
Modifier and Type | Method and Description |
---|---|
MariaDbStatement |
SingleExecutionResult.getStatement() |
MariaDbStatement |
MultiVariableIntExecutionResult.getStatement() |
MariaDbStatement |
MultiFixedIntExecutionResult.getStatement() |
MariaDbStatement |
ExecutionResult.getStatement() |
Constructor and Description |
---|
MultiFixedIntExecutionResult(MariaDbStatement statement,
int size,
int fetchSize,
boolean selectPossible)
Constructor.
|
MultiVariableIntExecutionResult(MariaDbStatement statement,
int size,
int fetchSize,
boolean selectPossible)
Constructor.
|
SingleExecutionResult(MariaDbStatement statement,
int fetchSize,
boolean selectPossible,
boolean canHaveCallableResultset)
Default constructor.
|
SingleExecutionResult(MariaDbStatement statement,
int fetchSize,
boolean selectPossible,
boolean canHaveCallableResultset,
boolean canHaveMoreResults)
Constructor with possible multiple results.
|
SingleExecutionResult(MariaDbStatement statement,
int fetchSize,
boolean selectPossible,
boolean canHaveCallableResultset,
long affectedRows,
long insertId)
Constructor with affected rows and insertIds.
|
SingleExecutionResult(MariaDbStatement statement,
int fetchSize,
boolean selectPossible,
boolean canHaveCallableResultset,
MariaSelectResultSet result)
Constructor with additional Resultset.
|
Modifier and Type | Method and Description |
---|---|
MariaDbStatement |
MariaSelectResultSet.getStatement() |
Modifier and Type | Method and Description |
---|---|
void |
MariaSelectResultSet.setStatement(MariaDbStatement statement) |
Constructor and Description |
---|
MariaSelectResultSet(ColumnInformation[] columnInformation,
MariaDbStatement statement,
Protocol protocol,
ReadPacketFetcher fetcher,
boolean isBinaryEncoded,
int resultSetScrollType,
int fetchSize,
boolean isCanHaveCallableResultset)
Create Streaming resultset.
|
Modifier and Type | Method and Description |
---|---|
static void |
ExceptionMapper.throwAndLogException(QueryException exception,
MariaDbConnection connection,
MariaDbStatement statement,
Logger logger)
Helper to throw exception.
|
static void |
ExceptionMapper.throwException(QueryException exception,
MariaDbConnection connection,
MariaDbStatement statement)
Helper to throw exception.
|
Copyright © 2016. All rights reserved.