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 interfaceRequestExecutor.CopyFromHandlerCopy In & Outstatic interfaceRequestExecutor.CopyToHandlerstatic interfaceRequestExecutor.ExecuteHandlerRequest handler interface for theRequestExecutor.execute(String, String, FieldFormatRef[], ByteBuf[], FieldFormatRef[], int, ExecuteHandler)request.static interfaceRequestExecutor.ExtendedQueryHandlerRequest handler interface for theRequestExecutor.query(String, String, FieldFormatRef[], ByteBuf[], FieldFormatRef[], int, ExtendedQueryHandler)request.static interfaceRequestExecutor.QueryHandlerRequest handler interface for theRequestExecutor.query(String, QueryHandler)request.Classes in com.impossibl.postgres.protocol that implement RequestExecutor.SynchronizedHandler Modifier and Type Class Description static classRequestExecutorHandlers.AnyQueryResultstatic classRequestExecutorHandlers.CompositeQueryResultsstatic classRequestExecutorHandlers.ExecuteResultstatic classRequestExecutorHandlers.QueryResultstatic classRequestExecutorHandlers.SynchronizedResultMethods in com.impossibl.postgres.protocol with parameters of type RequestExecutor.SynchronizedHandler Modifier and Type Method Description voidRequestExecutor. finish(String portalName, RequestExecutor.SynchronizedHandler handler)Closes a portal that was previously suspended and synchronizes the transaction state.voidRequestExecutor. sync(RequestExecutor.SynchronizedHandler handler)Issues an isolated synchronization message.
-