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 TypeClassDescriptionclass
Empty implementation ofResultHandler
interface.class
Internal to the driver class, please do not use in the application.Methods in org.postgresql.core with parameters of type ResultHandlerModifier and TypeMethodDescriptionvoid
QueryExecutor.execute
(Query query, ParameterList parameters, ResultHandler handler, int maxRows, int fetchSize, int flags) Execute a Query, passing results to a provided ResultHandler.void
QueryExecutor.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.void
QueryExecutor.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 with parameters of type ResultHandlerModifier and TypeMethodDescriptionvoid
QueryExecutorImpl.execute
(Query query, ParameterList parameters, ResultHandler handler, int maxRows, int fetchSize, int flags) void
QueryExecutorImpl.execute
(Query query, ParameterList parameters, ResultHandler handler, int maxRows, int fetchSize, int flags, boolean adaptiveFetch) void
QueryExecutorImpl.fetch
(ResultCursor cursor, ResultHandler handler, int fetchSize, boolean adaptiveFetch) protected void
QueryExecutorImpl.processResults
(ResultHandler handler, int flags) protected void
QueryExecutorImpl.processResults
(ResultHandler handler, int flags, boolean adaptiveFetch) -
Uses of ResultHandler in org.postgresql.jdbc
Classes in org.postgresql.jdbc that implement ResultHandlerModifier and TypeClassDescriptionclass
Internal class, it is not a part of public API.class
class
ResultHandler implementations for updates, queries, and either-or.