Uses of Interface
com.ocient.jdbc.XGConnection.ConfirmationSupplier
Packages that use XGConnection.ConfirmationSupplier
-
Uses of XGConnection.ConfirmationSupplier in com.ocient.jdbc
Methods in com.ocient.jdbc with parameters of type XGConnection.ConfirmationSupplierModifier and TypeMethodDescriptionprotected <Response> CompletionStage<CompletableFutures.SQLResult<Response>>XGConnection.sendRequest(ClientWireProtocol.Request request, XGConnection.ResponseHandler<Response> responseHandler, Predicate<SQLWarning> warningHandler, XGConnection.ConfirmationSupplier<Response> confirmationSupplier) Sends a request message to the remote server and waits for a response.