Uses of Class
org.mariadb.jdbc.internal.util.dao.ServerPrepareResult
-
-
Uses of ServerPrepareResult in org.mariadb.jdbc.internal.com.send
Methods in org.mariadb.jdbc.internal.com.send that return ServerPrepareResult Modifier and Type Method Description ServerPrepareResultComStmtPrepare. 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 Modifier and Type Method Description voidListener. 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 Modifier and Type Method Description voidMastersFailoverListener. rePrepareOnSlave(ServerPrepareResult oldServerPrepareResult, boolean mustExecuteOnSlave)voidMastersSlavesListener. rePrepareOnSlave(ServerPrepareResult oldServerPrepareResult, boolean mustBeOnMaster) -
Uses of ServerPrepareResult in org.mariadb.jdbc.internal.protocol
Methods in org.mariadb.jdbc.internal.protocol that return ServerPrepareResult Modifier and Type Method Description ServerPrepareResultAbstractQueryProtocol. addPrepareInCache(String key, ServerPrepareResult serverPrepareResult)ServerPrepareResultProtocol. addPrepareInCache(String key, ServerPrepareResult serverPrepareResult)ServerPrepareResultAbstractQueryProtocol. prepare(String sql, boolean executeOnMaster)Prepare query on server side.ServerPrepareResultProtocol. prepare(String sql, boolean executeOnMaster)Methods in org.mariadb.jdbc.internal.protocol with parameters of type ServerPrepareResult Modifier and Type Method Description ServerPrepareResultAbstractQueryProtocol. addPrepareInCache(String key, ServerPrepareResult serverPrepareResult)ServerPrepareResultProtocol. addPrepareInCache(String key, ServerPrepareResult serverPrepareResult)booleanAbstractQueryProtocol. executeBatchServer(boolean mustExecuteOnMaster, ServerPrepareResult serverPrepareResult, Results results, String sql, List<ParameterHolder[]> parametersList, boolean hasLongData)Execute Prepare if needed, and execute COM_STMT_EXECUTE queries in batch.booleanProtocol. executeBatchServer(boolean mustExecuteOnMaster, ServerPrepareResult serverPrepareResult, Results results, String sql, List<ParameterHolder[]> parameterList, boolean hasLongData)voidAbstractQueryProtocol. executePreparedQuery(boolean mustExecuteOnMaster, ServerPrepareResult serverPrepareResult, Results results, ParameterHolder[] parameters)Execute a query that is already prepared.voidProtocol. executePreparedQuery(boolean mustExecuteOnMaster, ServerPrepareResult serverPrepareResult, Results results, ParameterHolder[] parameters)voidAbstractQueryProtocol. prologProxy(ServerPrepareResult serverPrepareResult, long maxRows, boolean hasProxy, MariaDbConnection connection, MariaDbStatement statement)voidProtocol. prologProxy(ServerPrepareResult serverPrepareResult, long maxRows, boolean hasProxy, MariaDbConnection connection, MariaDbStatement statement)voidAbstractQueryProtocol. releasePrepareStatement(ServerPrepareResult serverPrepareResult)Deallocate prepare statement if not used anymore.voidProtocol. releasePrepareStatement(ServerPrepareResult serverPrepareResult)Constructors in org.mariadb.jdbc.internal.protocol with parameters of type ServerPrepareResult Constructor Description AbstractMultiSend(Protocol protocol, PacketOutputStream writer, Results results, ServerPrepareResult serverPrepareResult, List<ParameterHolder[]> parametersList, boolean readPrepareStmtResult, String sql, ThreadPoolExecutor readScheduler)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 Modifier and Type Method Description ServerPrepareResultServerPrepareStatementCache. 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 Modifier and Type Method Description ServerPrepareResultServerPrepareStatementCache. put(String key, ServerPrepareResult result)Associates the specified value with the specified key in this map.
-