Uses of Interface
org.postgresql.core.ResultHandler
Packages that use ResultHandler
-
Uses of ResultHandler in org.postgresql.core
Classes in org.postgresql.core that implement ResultHandlerModifier and TypeClassDescriptionclassEmpty implementation ofResultHandlerinterface.classInternal to the driver class, please do not use in the application.private static classFields in org.postgresql.core declared as ResultHandlerMethods in org.postgresql.core with parameters of type ResultHandlerModifier and TypeMethodDescriptionvoidQueryExecutor.execute(Query query, ParameterList parameters, ResultHandler handler, int maxRows, int fetchSize, int flags) Execute a Query, passing results to a provided ResultHandler.voidQueryExecutor.execute(Query query, ParameterList parameters, ResultHandler handler, int maxRows, int fetchSize, int flags, boolean adaptiveFetch) Execute a Query with adaptive fetch, passing results to a provided ResultHandler.voidQueryExecutor.fetch(ResultCursor cursor, ResultHandler handler, int fetchSize, boolean adaptiveFetch) Fetch additional rows from a cursor.Constructors in org.postgresql.core with parameters of type ResultHandler -
Uses of ResultHandler in org.postgresql.core.v3
Methods in org.postgresql.core.v3 that return ResultHandlerModifier and TypeMethodDescriptionprivate ResultHandlerQueryExecutorImpl.sendQueryPreamble(ResultHandler delegateHandler, int flags) Methods in org.postgresql.core.v3 with parameters of type ResultHandlerModifier and TypeMethodDescriptionvoidQueryExecutorImpl.execute(Query query, ParameterList parameters, ResultHandler handler, int maxRows, int fetchSize, int flags) voidQueryExecutorImpl.execute(Query query, ParameterList parameters, ResultHandler handler, int maxRows, int fetchSize, int flags, boolean adaptiveFetch) voidQueryExecutorImpl.fetch(ResultCursor cursor, ResultHandler handler, int fetchSize, boolean adaptiveFetch) private voidQueryExecutorImpl.flushIfDeadlockRisk(Query query, boolean disallowBatching, ResultHandler resultHandler, BatchResultHandler batchHandler, int flags) private voidQueryExecutorImpl.interpretCommandStatus(String status, ResultHandler handler) protected voidQueryExecutorImpl.processResults(ResultHandler handler, int flags) protected voidQueryExecutorImpl.processResults(ResultHandler handler, int flags, boolean adaptiveFetch) private voidQueryExecutorImpl.sendQuery(Query query, V3ParameterList parameters, int maxRows, int fetchSize, int flags, ResultHandler resultHandler, BatchResultHandler batchHandler, boolean adaptiveFetch) private ResultHandlerQueryExecutorImpl.sendQueryPreamble(ResultHandler delegateHandler, int flags) -
Uses of ResultHandler in org.postgresql.jdbc
Classes in org.postgresql.jdbc that implement ResultHandlerModifier and TypeClassDescriptionclassInternal class, it is not a part of public API.(package private) classprivate classHandler for transaction queries.classclassResultHandler implementations for updates, queries, and either-or.