Uses of Class
org.postgresql.jdbc.BatchResultHandler
Packages that use BatchResultHandler
-
Uses of BatchResultHandler in org.postgresql.core
Methods in org.postgresql.core with parameters of type BatchResultHandlerModifier and TypeMethodDescriptionvoid
QueryExecutor.execute
(Query[] queries, ParameterList[] parameterLists, BatchResultHandler handler, int maxRows, int fetchSize, int flags) Execute several Query, passing results to a provided ResultHandler.void
QueryExecutor.execute
(Query[] queries, ParameterList[] parameterLists, BatchResultHandler handler, int maxRows, int fetchSize, int flags, boolean adaptiveFetch) Execute several Query with adaptive fetch, passing results to a provided ResultHandler. -
Uses of BatchResultHandler in org.postgresql.core.v3
Methods in org.postgresql.core.v3 with parameters of type BatchResultHandlerModifier and TypeMethodDescriptionvoid
QueryExecutorImpl.execute
(Query[] queries, ParameterList[] parameterLists, BatchResultHandler batchHandler, int maxRows, int fetchSize, int flags) void
QueryExecutorImpl.execute
(Query[] queries, ParameterList[] parameterLists, BatchResultHandler batchHandler, int maxRows, int fetchSize, int flags, boolean adaptiveFetch) private void
QueryExecutorImpl.flushIfDeadlockRisk
(Query query, boolean disallowBatching, ResultHandler resultHandler, BatchResultHandler batchHandler, int flags) private void
QueryExecutorImpl.sendQuery
(Query query, V3ParameterList parameters, int maxRows, int fetchSize, int flags, ResultHandler resultHandler, BatchResultHandler batchHandler, boolean adaptiveFetch) -
Uses of BatchResultHandler in org.postgresql.jdbc
Subclasses of BatchResultHandler in org.postgresql.jdbcMethods in org.postgresql.jdbc that return BatchResultHandlerModifier and TypeMethodDescriptionprotected BatchResultHandler
PgCallableStatement.createBatchHandler
(Query[] queries, ParameterList[] parameterLists) protected BatchResultHandler
PgStatement.createBatchHandler
(Query[] queries, ParameterList[] parameterLists) private BatchResultHandler
PgStatement.internalExecuteBatch()