Uses of Interface
com.impossibl.postgres.protocol.RequestExecutor.ResumeHandler
-
Packages that use RequestExecutor.ResumeHandler Package Description com.impossibl.postgres.protocol -
-
Uses of RequestExecutor.ResumeHandler in com.impossibl.postgres.protocol
Subinterfaces of RequestExecutor.ResumeHandler in com.impossibl.postgres.protocol Modifier and Type Interface Description static interface
RequestExecutor.ExecuteHandler
Request handler interface for theRequestExecutor.execute(String, String, FieldFormatRef[], ByteBuf[], FieldFormatRef[], int, ExecuteHandler)
request.Classes in com.impossibl.postgres.protocol that implement RequestExecutor.ResumeHandler Modifier and Type Class Description static class
RequestExecutorHandlers.ExecuteResult
Methods in com.impossibl.postgres.protocol with parameters of type RequestExecutor.ResumeHandler Modifier and Type Method Description void
RequestExecutor. resume(String portalName, int maxRows, RequestExecutor.ResumeHandler handler)
Resumes a portal previously instantiated via anRequestExecutor.execute(String, String, FieldFormatRef[], ByteBuf[], FieldFormatRef[], int, ExecuteHandler)
orRequestExecutor.query(String, String, FieldFormatRef[], ByteBuf[], FieldFormatRef[], int, ExtendedQueryHandler)
request.
-