Uses of Class
org.postgresql.core.NativeQuery
Packages that use NativeQuery
-
Uses of NativeQuery in org.postgresql.core
Methods in org.postgresql.core that return types with arguments of type NativeQueryModifier and TypeMethodDescriptionstatic List<NativeQuery>
Parser.parseJdbcSql
(String query, boolean standardConformingStrings, boolean withParameters, boolean splitStatements, boolean isBatchedReWriteConfigured, boolean quoteReturningIdentifiers, String... returningColumnNames) Parses JDBC query into PostgreSQL's native format.Method parameters in org.postgresql.core with type arguments of type NativeQueryModifier and TypeMethodDescriptionQueryExecutor.wrap
(List<NativeQuery> queries) Wrap given native query into a ready for execution format. -
Uses of NativeQuery in org.postgresql.core.v3
Fields in org.postgresql.core.v3 declared as NativeQueryMethods in org.postgresql.core.v3 that return NativeQueryMethod parameters in org.postgresql.core.v3 with type arguments of type NativeQueryConstructors in org.postgresql.core.v3 with parameters of type NativeQueryModifierConstructorDescriptionBatchedQuery
(NativeQuery query, TypeTransferModeRegistry transferModeRegistry, int valuesBraceOpenPosition, int valuesBraceClosePosition, boolean sanitiserDisabled) (package private)
SimpleQuery
(NativeQuery query, TypeTransferModeRegistry transferModeRegistry, boolean sanitiserDisabled)