Uses of Interface
org.mariadb.jdbc.client.Completion
Packages that use Completion
Package
Description
-
Uses of Completion in org.mariadb.jdbc
Fields in org.mariadb.jdbc declared as CompletionFields in org.mariadb.jdbc with type parameters of type CompletionModifier and TypeFieldDescriptionprotected List<Completion> Statement.resultslast execution resultsMethods in org.mariadb.jdbc that return types with arguments of type CompletionModifier and TypeMethodDescriptionStatement.executeInternalBatchPipeline()Execute batch pipelining commands (sending all client message, then reading results) (batches cannot contain results-set, so cannot fill receiving socket buffer while sending buffer is full)Statement.executeInternalBatchStandard()basic implementation Send batch query per query. -
Uses of Completion in org.mariadb.jdbc.client
Methods in org.mariadb.jdbc.client that return types with arguments of type CompletionModifier and TypeMethodDescriptionClient.execute(ClientMessage message, boolean canRedo) Send client message and read resultClient.execute(ClientMessage message, Statement stmt, boolean canRedo) Send client message and read resultClient.execute(ClientMessage message, Statement stmt, int fetchSize, long maxRows, int resultSetConcurrency, int resultSetType, boolean closeOnCompletion, boolean canRedo) Send client message and read resultClient.executePipeline(ClientMessage[] messages, Statement stmt, int fetchSize, long maxRows, int resultSetConcurrency, int resultSetType, boolean closeOnCompletion, boolean canRedo) Send client messages pipelining and read resultMethod parameters in org.mariadb.jdbc.client with type arguments of type CompletionModifier and TypeMethodDescriptionvoidClient.readStreamingResults(List<Completion> completions, int fetchSize, long maxRows, int resultSetConcurrency, int resultSetType, boolean closeOnCompletion) Read results -
Uses of Completion in org.mariadb.jdbc.export
Method parameters in org.mariadb.jdbc.export with type arguments of type CompletionModifier and TypeMethodDescriptionExceptionFactory.createBatchUpdate(List<Completion> res, int length, int[] responseMsg, SQLException sqle) Create a BatchUpdateException, filling successful updatesExceptionFactory.createBatchUpdate(List<Completion> res, int length, SQLException sqle) Create a BatchUpdateException, filling successful updates -
Uses of Completion in org.mariadb.jdbc.message
Methods in org.mariadb.jdbc.message that return CompletionModifier and TypeMethodDescriptiondefault CompletionClientMessage.readPacket(Statement stmt, int fetchSize, long maxRows, int resultSetConcurrency, int resultSetType, boolean closeOnCompletion, Reader reader, Writer writer, Context context, ExceptionFactory exceptionFactory, ClosableLock lock, boolean traceEnable, ClientMessage message, Consumer<String> redirectFct) default packet resultset parser