Uses of Interface
org.postgresql.core.ParameterList
Packages that use ParameterList
-
Uses of ParameterList in org.postgresql.core
Methods in org.postgresql.core that return ParameterListModifier and TypeMethodDescriptionParameterList.copy()Perform a shallow copy of this ParameterList, returning a new instance (still suitable for passing to the owning Query).QueryExecutor.createFastpathParameters(int count) Deprecated.This API is somewhat obsolete, as one may achieve similar performance and greater functionality by setting up a prepared statement to define the function call.Query.createParameterList()Create a ParameterList suitable for storing parameters associated with this Query.Methods in org.postgresql.core with parameters of type ParameterListModifier and TypeMethodDescriptionvoidParameterList.appendAll(ParameterList list) Use this operation to append more parameters to the current list.voidQueryExecutor.execute(Query[] queries, ParameterList[] parameterLists, BatchResultHandler handler, int maxRows, int fetchSize, int flags) Execute several Query, passing results to a provided ResultHandler.voidQueryExecutor.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.voidQueryExecutor.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.byte[]QueryExecutor.fastpathCall(int fnid, ParameterList params, boolean suppressBegin) Deprecated.This API is somewhat obsolete, as one may achieve similar performance and greater functionality by setting up a prepared statement to define the function call.NativeQuery.toString(ParameterList parameters) Stringize this query to a human-readable form, substituting particular parameter values for parameter placeholders.Query.toString(ParameterList parameters) Stringize this query to a human-readable form, substituting particular parameter values for parameter placeholders. -
Uses of ParameterList in org.postgresql.core.v3
Methods in org.postgresql.core.v3 that return ParameterListMethods in org.postgresql.core.v3 with parameters of type ParameterListModifier and TypeMethodDescriptionvoidQueryExecutorImpl.execute(Query[] queries, ParameterList[] parameterLists, BatchResultHandler batchHandler, int maxRows, int fetchSize, int flags) voidQueryExecutorImpl.execute(Query[] queries, ParameterList[] parameterLists, BatchResultHandler batchHandler, int maxRows, int fetchSize, int flags, boolean adaptiveFetch) voidQueryExecutorImpl.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) byte[]QueryExecutorImpl.fastpathCall(int fnid, ParameterList parameters, boolean suppressBegin) BatchedQuery.toString(ParameterList params) -
Uses of ParameterList in org.postgresql.jdbc
Fields in org.postgresql.jdbc with type parameters of type ParameterListMethods in org.postgresql.jdbc with parameters of type ParameterListModifier and TypeMethodDescriptionprotected BatchResultHandlerPgStatement.createBatchHandler(Query[] queries, ParameterList[] parameterLists) protected final voidPgStatement.execute(CachedQuery cachedQuery, ParameterList queryParameters, int flags)