Modifier and Type | Class and Description |
---|---|
class |
BasePrepareStatement |
class |
CallableFunctionStatement |
class |
CallableProcedureStatement |
class |
ClientSidePreparedStatement |
class |
MariaDbFunctionStatement |
class |
MariaDbProcedureStatement |
class |
ServerSidePreparedStatement |
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 fetchSize,
boolean batch,
int expectedSize,
boolean binaryFormat,
int resultSetScrollType,
int resultSetConcurrency,
int autoGeneratedKeys,
int autoIncrement,
String sql,
ParameterHolder[] parameters)
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 |
AbstractMastersListener.prolog(long maxRows,
MariaDbConnection connection,
MariaDbStatement statement) |
void |
Listener.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 |
AbstractQueryProtocol.prolog(long maxRows,
boolean hasProxy,
MariaDbConnection connection,
MariaDbStatement statement)
Preparation before command.
|
void |
Protocol.prolog(long maxRows,
boolean hasProxy,
MariaDbConnection connection,
MariaDbStatement statement) |
void |
AbstractQueryProtocol.prologProxy(ServerPrepareResult serverPrepareResult,
long maxRows,
boolean hasProxy,
MariaDbConnection connection,
MariaDbStatement statement) |
void |
Protocol.prologProxy(ServerPrepareResult serverPrepareResult,
long maxRows,
boolean hasProxy,
MariaDbConnection connection,
MariaDbStatement statement) |
Copyright © 2020 mariadb.com. All rights reserved.