Uses of Class
org.mariadb.jdbc.internal.com.send.ComStmtPrepare
-
Packages that use ComStmtPrepare Package Description org.mariadb.jdbc.internal.protocol -
-
Uses of ComStmtPrepare in org.mariadb.jdbc.internal.protocol
Fields in org.mariadb.jdbc.internal.protocol declared as ComStmtPrepare Modifier and Type Field Description private ComStmtPrepare
AsyncMultiRead. comStmtPrepare
Constructors in org.mariadb.jdbc.internal.protocol with parameters of type ComStmtPrepare Constructor Description AsyncMultiRead(ComStmtPrepare comStmtPrepare, BulkStatus status, Protocol protocol, boolean readPrepareStmtResult, AbstractMultiSend bulkSend, int paramCount, Results results, java.util.List<ParameterHolder[]> parametersList, java.util.List<java.lang.String> queries, PrepareResult prepareResult)
Read results async to avoid local and remote networking stack buffer overflow "lock".
-