|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ServerPrepareResult in org.mariadb.jdbc.internal.com.send |
|---|
| Methods in org.mariadb.jdbc.internal.com.send that return ServerPrepareResult | |
|---|---|
ServerPrepareResult |
ComStmtPrepare.read(PacketInputStream reader,
boolean eofDeprecated)
Read COM_PREPARE_RESULT. |
| Uses of ServerPrepareResult in org.mariadb.jdbc.internal.failover |
|---|
| Methods in org.mariadb.jdbc.internal.failover with parameters of type ServerPrepareResult | |
|---|---|
void |
Listener.rePrepareOnSlave(ServerPrepareResult oldServerPrepareResult,
boolean mustExecuteOnMaster)
|
| Uses of ServerPrepareResult in org.mariadb.jdbc.internal.failover.impl |
|---|
| Methods in org.mariadb.jdbc.internal.failover.impl with parameters of type ServerPrepareResult | |
|---|---|
void |
MastersSlavesListener.rePrepareOnSlave(ServerPrepareResult oldServerPrepareResult,
boolean mustBeOnMaster)
|
void |
MastersFailoverListener.rePrepareOnSlave(ServerPrepareResult oldServerPrepareResult,
boolean mustExecuteOnSlave)
|
| Uses of ServerPrepareResult in org.mariadb.jdbc.internal.protocol |
|---|
| Methods in org.mariadb.jdbc.internal.protocol that return ServerPrepareResult | |
|---|---|
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. |
| Methods in org.mariadb.jdbc.internal.protocol with parameters of type ServerPrepareResult | |
|---|---|
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. |
| Constructors in org.mariadb.jdbc.internal.protocol with parameters of type ServerPrepareResult | |
|---|---|
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) |
|
| Uses of ServerPrepareResult in org.mariadb.jdbc.internal.util |
|---|
| Methods in org.mariadb.jdbc.internal.util that return ServerPrepareResult | |
|---|---|
ServerPrepareResult |
ServerPrepareStatementCache.put(String key,
ServerPrepareResult result)
Associates the specified value with the specified key in this map. |
| Methods in org.mariadb.jdbc.internal.util with parameters of type ServerPrepareResult | |
|---|---|
ServerPrepareResult |
ServerPrepareStatementCache.put(String key,
ServerPrepareResult result)
Associates the specified value with the specified key in this map. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||