Uses of Interface
com.impossibl.postgres.protocol.RequestExecutor.SynchronizedHandler
-
Packages that use RequestExecutor.SynchronizedHandler Package Description com.impossibl.postgres.protocol -
-
Uses of RequestExecutor.SynchronizedHandler in com.impossibl.postgres.protocol
Subinterfaces of RequestExecutor.SynchronizedHandler in com.impossibl.postgres.protocol Modifier and Type Interface Description static interface
RequestExecutor.CopyFromHandler
Copy In & Outstatic interface
RequestExecutor.CopyToHandler
static interface
RequestExecutor.ExecuteHandler
Request handler interface for theRequestExecutor.execute(String, String, FieldFormatRef[], ByteBuf[], FieldFormatRef[], int, ExecuteHandler)
request.static interface
RequestExecutor.ExtendedQueryHandler
Request handler interface for theRequestExecutor.query(String, String, FieldFormatRef[], ByteBuf[], FieldFormatRef[], int, ExtendedQueryHandler)
request.static interface
RequestExecutor.QueryHandler
Request handler interface for theRequestExecutor.query(String, QueryHandler)
request.Classes in com.impossibl.postgres.protocol that implement RequestExecutor.SynchronizedHandler Modifier and Type Class Description static class
RequestExecutorHandlers.AnyQueryResult
static class
RequestExecutorHandlers.CompositeQueryResults
static class
RequestExecutorHandlers.ExecuteResult
static class
RequestExecutorHandlers.QueryResult
static class
RequestExecutorHandlers.SynchronizedResult
Methods in com.impossibl.postgres.protocol with parameters of type RequestExecutor.SynchronizedHandler Modifier and Type Method Description void
RequestExecutor. finish(String portalName, RequestExecutor.SynchronizedHandler handler)
Closes a portal that was previously suspended and synchronizes the transaction state.void
RequestExecutor. sync(RequestExecutor.SynchronizedHandler handler)
Issues an isolated synchronization message.
-