Uses of Interface
org.mariadb.jdbc.message.server.Completion
-
Packages that use Completion Package Description org.mariadb.jdbc 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 CompletionStatement. currResultFields in org.mariadb.jdbc with type parameters of type Completion Modifier and Type Field Description protected List<Completion>Statement. resultsMethods in org.mariadb.jdbc that return types with arguments of type Completion Modifier and Type Method Description List<Completion>Statement. executeInternalBatchPipeline()List<Completion>Statement. executeInternalBatchStandard() -
Uses of Completion in org.mariadb.jdbc.client.result
Classes in org.mariadb.jdbc.client.result that implement Completion Modifier and Type Class Description classCompleteResultclassResultclassStreamingResultclassUpdatableResult -
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 CompletionClientMessage. readPacket(Statement stmt, int fetchSize, long maxRows, int resultSetConcurrency, int resultSetType, boolean closeOnCompletion, PacketReader reader, PacketWriter writer, Context context, ExceptionFactory exceptionFactory, ReentrantLock lock, boolean traceEnable)CompletionPreparePacket. readPacket(Statement stmt, int fetchSize, long maxRows, int resultSetConcurrency, int resultSetType, boolean closeOnCompletion, PacketReader reader, PacketWriter writer, Context context, ExceptionFactory exceptionFactory, 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 classCachedPrepareResultPacketclassOkPacketclassPrepareResultPacketSee 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 BatchUpdateExceptionExceptionFactory. createBatchUpdate(List<Completion> res, int length, int[] responseMsg, SQLException sqle)BatchUpdateExceptionExceptionFactory. createBatchUpdate(List<Completion> res, int length, SQLException sqle)
-