Uses of Interface
com.impossibl.postgres.protocol.RequestExecutor.QueryHandler
-
Packages that use RequestExecutor.QueryHandler Package Description com.impossibl.postgres.protocol -
-
Uses of RequestExecutor.QueryHandler in com.impossibl.postgres.protocol
Subinterfaces of RequestExecutor.QueryHandler in com.impossibl.postgres.protocol Modifier and Type Interface Description static interface
RequestExecutor.ExtendedQueryHandler
Request handler interface for theRequestExecutor.query(String, String, FieldFormatRef[], ByteBuf[], FieldFormatRef[], int, ExtendedQueryHandler)
request.Classes in com.impossibl.postgres.protocol that implement RequestExecutor.QueryHandler Modifier and Type Class Description static class
RequestExecutorHandlers.CompositeQueryResults
static class
RequestExecutorHandlers.QueryResult
Methods in com.impossibl.postgres.protocol with parameters of type RequestExecutor.QueryHandler Modifier and Type Method Description void
RequestExecutor. query(String sql, RequestExecutor.QueryHandler handler)
Uses the "simple" query protocol to execute the given query.
-