Uses of Interface
org.mariadb.jdbc.message.server.Completion
-
Packages that use Completion Package Description org.mariadb.jdbc org.mariadb.jdbc.client org.mariadb.jdbc.client.result org.mariadb.jdbc.message.client org.mariadb.jdbc.message.server org.mariadb.jdbc.util.exceptions -
-
Uses of Completion in org.mariadb.jdbc
Fields in org.mariadb.jdbc declared as Completion Modifier and Type Field Description protected Completion
Statement. currResult
Fields in org.mariadb.jdbc with type parameters of type Completion Modifier and Type Field Description protected java.util.List<Completion>
Statement. results
Methods in org.mariadb.jdbc that return types with arguments of type Completion Modifier and Type Method Description private java.util.List<Completion>
ClientPreparedStatement. executeBatchBulk()
Send COM_STMT_PREPARE + X * COM_STMT_BULK_EXECUTE, then read for the all answersprivate java.util.List<Completion>
ServerPreparedStatement. executeBatchBulk(java.lang.String cmd)
Send COM_STMT_PREPARE + X * COM_STMT_BULK_EXECUTE, then read for the all answersprivate java.util.List<Completion>
ClientPreparedStatement. executeBatchPipeline()
Send n * COM_QUERY + n * read answerprivate java.util.List<Completion>
ServerPreparedStatement. executeBatchPipeline(java.lang.String cmd)
Send COM_STMT_PREPARE + X * COM_STMT_EXECUTE, then read for the all answersprivate java.util.List<Completion>
ServerPreparedStatement. executeBatchStandard(java.lang.String cmd)
Send COM_STMT_PREPARE + read answer, then Send a COM_STMT_EXECUTE + read answer * n timeprivate java.util.List<Completion>
ClientPreparedStatement. executeBatchStd()
Send n * (COM_QUERY + read answer)private java.util.List<Completion>
ServerPreparedStatement. executeBunch(java.lang.String cmd, int index, int maxCmd)
private java.util.List<Completion>
ServerPreparedStatement. executeBunchPrepare(java.lang.String cmd, int index, int maxCmd)
java.util.List<Completion>
Statement. executeInternalBatchPipeline()
java.util.List<Completion>
Statement. executeInternalBatchStandard()
private java.util.List<Completion>
ClientPreparedStatement. executeInternalPreparedBatch()
private java.util.List<Completion>
ServerPreparedStatement. executeInternalPreparedBatch()
-
Uses of Completion in org.mariadb.jdbc.client
Methods in org.mariadb.jdbc.client that return Completion Modifier and Type Method Description Completion
ClientImpl. readPacket(ClientMessage message)
Completion
ClientImpl. readPacket(Statement stmt, ClientMessage message, int fetchSize, long maxRows, int resultSetConcurrency, int resultSetType, boolean closeOnCompletion)
Read server response packet.Methods in org.mariadb.jdbc.client that return types with arguments of type Completion Modifier and Type Method Description java.util.List<Completion>
Client. execute(ClientMessage message)
java.util.List<Completion>
Client. execute(ClientMessage message, Statement stmt)
java.util.List<Completion>
Client. execute(ClientMessage message, Statement stmt, int fetchSize, long maxRows, int resultSetConcurrency, int resultSetType, boolean closeOnCompletion)
java.util.List<Completion>
ClientImpl. execute(ClientMessage message)
java.util.List<Completion>
ClientImpl. execute(ClientMessage message, Statement stmt)
java.util.List<Completion>
ClientImpl. execute(ClientMessage message, Statement stmt, int fetchSize, long maxRows, int resultSetConcurrency, int resultSetType, boolean closeOnCompletion)
java.util.List<Completion>
ClientReplayImpl. execute(ClientMessage message, Statement stmt, int fetchSize, long maxRows, int resultSetConcurrency, int resultSetType, boolean closeOnCompletion)
java.util.List<Completion>
MultiPrimaryClient. execute(ClientMessage message)
java.util.List<Completion>
MultiPrimaryClient. execute(ClientMessage message, Statement stmt)
java.util.List<Completion>
MultiPrimaryClient. execute(ClientMessage message, Statement stmt, int fetchSize, long maxRows, int resultSetConcurrency, int resultSetType, boolean closeOnCompletion)
java.util.List<Completion>
MultiPrimaryReplicaClient. execute(ClientMessage message, Statement stmt, int fetchSize, long maxRows, int resultSetConcurrency, int resultSetType, boolean closeOnCompletion)
java.util.List<Completion>
Client. executePipeline(ClientMessage[] messages, Statement stmt, int fetchSize, long maxRows, int resultSetConcurrency, int resultSetType, boolean closeOnCompletion)
java.util.List<Completion>
ClientImpl. executePipeline(ClientMessage[] messages, Statement stmt, int fetchSize, long maxRows, int resultSetConcurrency, int resultSetType, boolean closeOnCompletion)
java.util.List<Completion>
ClientReplayImpl. executePipeline(ClientMessage[] messages, Statement stmt, int fetchSize, long maxRows, int resultSetConcurrency, int resultSetType, boolean closeOnCompletion)
java.util.List<Completion>
MultiPrimaryClient. executePipeline(ClientMessage[] messages, Statement stmt, int fetchSize, long maxRows, int resultSetConcurrency, int resultSetType, boolean closeOnCompletion)
java.util.List<Completion>
MultiPrimaryReplicaClient. executePipeline(ClientMessage[] messages, Statement stmt, int fetchSize, long maxRows, int resultSetConcurrency, int resultSetType, boolean closeOnCompletion)
java.util.List<Completion>
ClientImpl. readResponse(Statement stmt, ClientMessage message, int fetchSize, long maxRows, int resultSetConcurrency, int resultSetType, boolean closeOnCompletion)
Method parameters in org.mariadb.jdbc.client with type arguments of type Completion Modifier and Type Method Description private void
ClientImpl. readResults(Statement stmt, ClientMessage message, java.util.List<Completion> completions, int fetchSize, long maxRows, int resultSetConcurrency, int resultSetType, boolean closeOnCompletion)
void
Client. readStreamingResults(java.util.List<Completion> completions, int fetchSize, long maxRows, int resultSetConcurrency, int resultSetType, boolean closeOnCompletion)
void
ClientImpl. readStreamingResults(java.util.List<Completion> completions, int fetchSize, long maxRows, int resultSetConcurrency, int resultSetType, boolean closeOnCompletion)
void
MultiPrimaryClient. readStreamingResults(java.util.List<Completion> completions, int fetchSize, long maxRows, int resultSetConcurrency, int resultSetType, boolean closeOnCompletion)
void
MultiPrimaryReplicaClient. readStreamingResults(java.util.List<Completion> completions, int fetchSize, long maxRows, int resultSetConcurrency, int resultSetType, boolean closeOnCompletion)
-
Uses of Completion in org.mariadb.jdbc.client.result
Classes in org.mariadb.jdbc.client.result that implement Completion Modifier and Type Class Description class
CompleteResult
class
Result
class
StreamingResult
class
UpdatableResult
-
Uses of Completion in org.mariadb.jdbc.message.client
Methods in org.mariadb.jdbc.message.client that return Completion Modifier and Type Method Description default Completion
ClientMessage. readPacket(Statement stmt, int fetchSize, long maxRows, int resultSetConcurrency, int resultSetType, boolean closeOnCompletion, PacketReader reader, PacketWriter writer, Context context, ExceptionFactory exceptionFactory, java.util.concurrent.locks.ReentrantLock lock, boolean traceEnable)
Completion
PreparePacket. readPacket(Statement stmt, int fetchSize, long maxRows, int resultSetConcurrency, int resultSetType, boolean closeOnCompletion, PacketReader reader, PacketWriter writer, Context context, ExceptionFactory exceptionFactory, java.util.concurrent.locks.ReentrantLock lock, boolean traceEnable)
-
Uses of Completion in org.mariadb.jdbc.message.server
Classes in org.mariadb.jdbc.message.server that implement Completion Modifier and Type Class Description class
CachedPrepareResultPacket
class
OkPacket
class
PrepareResultPacket
See https://mariadb.com/kb/en/com_stmt_prepare/#COM_STMT_PREPARE_OK -
Uses of Completion in org.mariadb.jdbc.util.exceptions
Method parameters in org.mariadb.jdbc.util.exceptions with type arguments of type Completion Modifier and Type Method Description java.sql.BatchUpdateException
ExceptionFactory. createBatchUpdate(java.util.List<Completion> res, int length, int[] responseMsg, java.sql.SQLException sqle)
java.sql.BatchUpdateException
ExceptionFactory. createBatchUpdate(java.util.List<Completion> res, int length, java.sql.SQLException sqle)
-