Modifier and Type | Class and Description |
---|---|
class |
AbstractCallableFunctionStatement |
class |
AbstractCallableProcedureStatement |
class |
AbstractPrepareStatement |
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(Results results,
int maxRows,
boolean hasProxy,
MariaDbConnection connection,
MariaDbStatement statement) |
void |
AbstractQueryProtocol.prolog(Results results,
int maxRows,
boolean hasProxy,
MariaDbConnection connection,
MariaDbStatement statement)
Preparation before command.
|
void |
Protocol.prologProxy(ServerPrepareResult serverPrepareResult,
Results results,
int maxRows,
boolean hasProxy,
MariaDbConnection connection,
MariaDbStatement statement) |
void |
AbstractQueryProtocol.prologProxy(ServerPrepareResult serverPrepareResult,
Results results,
int maxRows,
boolean hasProxy,
MariaDbConnection connection,
MariaDbStatement statement) |
Modifier and Type | Method and Description |
---|---|
MariaDbStatement |
Results.getStatement() |
Constructor and Description |
---|
Results(MariaDbStatement statement,
int fetchSize,
boolean batch,
int expectedSize,
boolean binaryFormat,
int resultSetScrollType)
Default constructor.
|
ResultsRewrite(MariaDbStatement statement,
int fetchSize,
boolean batch,
int expectedSize,
boolean binaryFormat,
int resultSetScrollType)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
MariaDbStatement |
MariaSelectResultSet.getStatement() |
Modifier and Type | Method and Description |
---|---|
void |
MariaSelectResultSet.setStatement(MariaDbStatement statement) |
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.