Modifier and Type | Class and Description |
---|---|
class |
BasePrepareStatement |
class |
CallableFunctionStatement |
class |
CallableProcedureStatement |
class |
MariaDbFunctionStatement |
class |
MariaDbPreparedStatementClient |
class |
MariaDbPreparedStatementServer |
class |
MariaDbProcedureStatement |
Modifier and Type | Method and Description |
---|---|
MariaDbStatement |
MariaDbStatement.clone(MariaDbConnection connection)
Clone statement.
|
Modifier and Type | Method and Description |
---|---|
MariaDbStatement |
Results.getStatement() |
Constructor and Description |
---|
Results(MariaDbStatement statement,
int autoIncrement)
Constructor for specific statement.
|
Results(MariaDbStatement statement,
int fetchSize,
boolean batch,
int expectedSize,
boolean binaryFormat,
int resultSetScrollType,
int autoIncrement)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
MariaDbStatement |
SelectResultSet.getStatement() |
Modifier and Type | Method and Description |
---|---|
void |
SelectResultSet.setStatement(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 |
---|---|
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 mariadb. All rights reserved.