Uses of Interface
com.impossibl.postgres.protocol.RequestExecutor.ExtendedQueryHandler
-
Packages that use RequestExecutor.ExtendedQueryHandler Package Description com.impossibl.postgres.protocol -
-
Uses of RequestExecutor.ExtendedQueryHandler in com.impossibl.postgres.protocol
Classes in com.impossibl.postgres.protocol that implement RequestExecutor.ExtendedQueryHandler Modifier and Type Class Description static class
RequestExecutorHandlers.QueryResult
Methods in com.impossibl.postgres.protocol with parameters of type RequestExecutor.ExtendedQueryHandler Modifier and Type Method Description void
RequestExecutor. query(String portalName, int maxRows, RequestExecutor.ExtendedQueryHandler handler)
Uses the "extended" query protocol to query the rows associated with a portal that was prepared by the server and returned as the result of a previous query or call.void
RequestExecutor. query(String sql, String portalName, FieldFormatRef[] parameterFormats, io.netty.buffer.ByteBuf[] parameterBuffers, FieldFormatRef[] resultFieldFormats, int maxRows, RequestExecutor.ExtendedQueryHandler handler)
Uses the "extended" query protocol to execute the given query.
-