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 interfaceRequestExecutor.ExtendedQueryHandlerRequest 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 classRequestExecutorHandlers.CompositeQueryResultsstatic classRequestExecutorHandlers.QueryResultMethods in com.impossibl.postgres.protocol with parameters of type RequestExecutor.QueryHandler Modifier and Type Method Description voidRequestExecutor. query(String sql, RequestExecutor.QueryHandler handler)Uses the "simple" query protocol to execute the given query.
-