Uses of Interface
org.postgresql.core.ResultHandler
-
Packages that use ResultHandler Package Description org.postgresql.core org.postgresql.core.v3 org.postgresql.jdbc -
-
Uses of ResultHandler in org.postgresql.core
Classes in org.postgresql.core that implement ResultHandler Modifier and Type Class Description classResultHandlerBaseEmpty implementation ofResultHandlerinterface.classResultHandlerDelegateInternal to the driver class, please do not use in the application.private static classSetupQueryRunner.SimpleResultHandlerFields in org.postgresql.core declared as ResultHandler Modifier and Type Field Description private ResultHandlerResultHandlerDelegate. delegateMethods in org.postgresql.core with parameters of type ResultHandler Modifier and Type Method Description voidQueryExecutor. execute(Query query, ParameterList parameters, ResultHandler handler, int maxRows, int fetchSize, int flags)Execute a Query, passing results to a provided ResultHandler.voidQueryExecutor. fetch(ResultCursor cursor, ResultHandler handler, int fetchSize)Fetch additional rows from a cursor.Constructors in org.postgresql.core with parameters of type ResultHandler Constructor Description ResultHandlerDelegate(ResultHandler delegate) -
Uses of ResultHandler in org.postgresql.core.v3
Methods in org.postgresql.core.v3 that return ResultHandler Modifier and Type Method Description private ResultHandlerQueryExecutorImpl. sendQueryPreamble(ResultHandler delegateHandler, int flags)Methods in org.postgresql.core.v3 with parameters of type ResultHandler Modifier and Type Method Description voidQueryExecutorImpl. execute(Query query, ParameterList parameters, ResultHandler handler, int maxRows, int fetchSize, int flags)voidQueryExecutorImpl. fetch(ResultCursor cursor, ResultHandler handler, int fetchSize)private voidQueryExecutorImpl. flushIfDeadlockRisk(Query query, boolean disallowBatching, ResultHandler resultHandler, BatchResultHandler batchHandler, int flags)private voidQueryExecutorImpl. interpretCommandStatus(java.lang.String status, ResultHandler handler)protected voidQueryExecutorImpl. processResults(ResultHandler handler, int flags)private voidQueryExecutorImpl. sendQuery(Query query, V3ParameterList parameters, int maxRows, int fetchSize, int flags, ResultHandler resultHandler, BatchResultHandler batchHandler)private ResultHandlerQueryExecutorImpl. sendQueryPreamble(ResultHandler delegateHandler, int flags) -
Uses of ResultHandler in org.postgresql.jdbc
Classes in org.postgresql.jdbc that implement ResultHandler Modifier and Type Class Description classBatchResultHandlerInternal class, it is not a part of public API.(package private) classCallableBatchResultHandlerprivate classPgConnection.TransactionCommandHandlerHandler for transaction queries.classPgResultSet.CursorResultHandlerclassPgStatement.StatementResultHandlerResultHandler implementations for updates, queries, and either-or.
-