Modifier and Type | Method and Description |
---|---|
ServerPrepareResult |
ComStmtPrepare.read(PacketInputStream reader,
boolean eofDeprecated)
Read COM_PREPARE_RESULT.
|
Modifier and Type | Method and Description |
---|---|
void |
Listener.rePrepareOnSlave(ServerPrepareResult oldServerPrepareResult,
boolean mustExecuteOnMaster) |
Modifier and Type | Method and Description |
---|---|
void |
MastersSlavesListener.rePrepareOnSlave(ServerPrepareResult oldServerPrepareResult,
boolean mustBeOnMaster) |
void |
MastersFailoverListener.rePrepareOnSlave(ServerPrepareResult oldServerPrepareResult,
boolean mustExecuteOnSlave) |
Modifier and Type | Method and Description |
---|---|
ServerPrepareResult |
Protocol.addPrepareInCache(String key,
ServerPrepareResult serverPrepareResult) |
ServerPrepareResult |
AbstractQueryProtocol.addPrepareInCache(String key,
ServerPrepareResult serverPrepareResult) |
ServerPrepareResult |
Protocol.prepare(String sql,
boolean executeOnMaster) |
ServerPrepareResult |
AbstractQueryProtocol.prepare(String sql,
boolean executeOnMaster)
Prepare query on server side.
|
ServerPrepareResult |
Protocol.prepareAndExecute(boolean mustExecuteOnMaster,
ServerPrepareResult serverPrepareResult,
Results results,
String sql,
ParameterHolder[] parameters) |
ServerPrepareResult |
AbstractQueryProtocol.prepareAndExecute(boolean mustExecuteOnMaster,
ServerPrepareResult serverPrepareResult,
Results results,
String sql,
ParameterHolder[] parameters)
Execute Prepare if needed, and execute COM_STMT_EXECUTE queries in batch.
|
ServerPrepareResult |
Protocol.prepareAndExecutes(boolean mustExecuteOnMaster,
ServerPrepareResult serverPrepareResult,
Results results,
String sql,
List<ParameterHolder[]> parameterList) |
ServerPrepareResult |
AbstractQueryProtocol.prepareAndExecutes(boolean mustExecuteOnMaster,
ServerPrepareResult serverPrepareResult,
Results results,
String sql,
List<ParameterHolder[]> parametersList)
Execute Prepare if needed, and execute COM_STMT_EXECUTE queries in batch.
|
Modifier and Type | Method and Description |
---|---|
ServerPrepareResult |
Protocol.addPrepareInCache(String key,
ServerPrepareResult serverPrepareResult) |
ServerPrepareResult |
AbstractQueryProtocol.addPrepareInCache(String key,
ServerPrepareResult serverPrepareResult) |
void |
Protocol.executePreparedQuery(boolean mustExecuteOnMaster,
ServerPrepareResult serverPrepareResult,
Results results,
ParameterHolder[] parameters) |
void |
AbstractQueryProtocol.executePreparedQuery(boolean mustExecuteOnMaster,
ServerPrepareResult serverPrepareResult,
Results results,
ParameterHolder[] parameters)
Execute a query that is already prepared.
|
ServerPrepareResult |
Protocol.prepareAndExecute(boolean mustExecuteOnMaster,
ServerPrepareResult serverPrepareResult,
Results results,
String sql,
ParameterHolder[] parameters) |
ServerPrepareResult |
AbstractQueryProtocol.prepareAndExecute(boolean mustExecuteOnMaster,
ServerPrepareResult serverPrepareResult,
Results results,
String sql,
ParameterHolder[] parameters)
Execute Prepare if needed, and execute COM_STMT_EXECUTE queries in batch.
|
ServerPrepareResult |
Protocol.prepareAndExecutes(boolean mustExecuteOnMaster,
ServerPrepareResult serverPrepareResult,
Results results,
String sql,
List<ParameterHolder[]> parameterList) |
ServerPrepareResult |
AbstractQueryProtocol.prepareAndExecutes(boolean mustExecuteOnMaster,
ServerPrepareResult serverPrepareResult,
Results results,
String sql,
List<ParameterHolder[]> parametersList)
Execute Prepare if needed, and execute COM_STMT_EXECUTE queries in batch.
|
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) |
void |
Protocol.releasePrepareStatement(ServerPrepareResult serverPrepareResult) |
void |
AbstractQueryProtocol.releasePrepareStatement(ServerPrepareResult serverPrepareResult)
Deallocate prepare statement if not used anymore.
|
Constructor and Description |
---|
AbstractMultiSend(Protocol protocol,
PacketOutputStream writer,
Results results,
ServerPrepareResult serverPrepareResult,
List<ParameterHolder[]> parametersList,
boolean readPrepareStmtResult,
String sql)
Bulk execute for Server PreparedStatement.executeBatch (when no COM_MULTI)
|
Modifier and Type | Method and Description |
---|---|
ServerPrepareResult |
ServerPrepareStatementCache.put(String key,
ServerPrepareResult result)
Associates the specified value with the specified key in this map.
|
Modifier and Type | Method and Description |
---|---|
ServerPrepareResult |
ServerPrepareStatementCache.put(String key,
ServerPrepareResult result)
Associates the specified value with the specified key in this map.
|
Copyright © 2017. All rights reserved.