Uses of Interface
org.postgresql.core.v3.V3ParameterList
Packages that use V3ParameterList
-
Uses of V3ParameterList in org.postgresql.core.v3
Classes in org.postgresql.core.v3 that implement V3ParameterListModifier and TypeClassDescription(package private) class
Parameter list for V3 query strings that contain multiple statements.(package private) class
Parameter list for a single-statement V3 query.Methods in org.postgresql.core.v3 with parameters of type V3ParameterListModifier and TypeMethodDescriptionprivate void
QueryExecutorImpl.sendQuery
(Query query, V3ParameterList parameters, int maxRows, int fetchSize, int flags, ResultHandler resultHandler, BatchResultHandler batchHandler, boolean adaptiveFetch)