Uses of Class
org.postgresql.core.NativeQuery
-
Packages that use NativeQuery Package Description org.postgresql.core org.postgresql.core.v3 -
-
Uses of NativeQuery in org.postgresql.core
Methods in org.postgresql.core that return types with arguments of type NativeQuery Modifier and Type Method Description static java.util.List<NativeQuery>
Parser. parseJdbcSql(java.lang.String query, boolean standardConformingStrings, boolean withParameters, boolean splitStatements, boolean isBatchedReWriteConfigured, boolean quoteReturningIdentifiers, java.lang.String... returningColumnNames)
Parses JDBC query into PostgreSQL's native format.Method parameters in org.postgresql.core with type arguments of type NativeQuery Modifier and Type Method Description Query
QueryExecutor. wrap(java.util.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 NativeQuery Modifier and Type Field Description private NativeQuery
SimpleQuery. nativeQuery
Methods in org.postgresql.core.v3 that return NativeQuery Modifier and Type Method Description (package private) NativeQuery
SimpleQuery. getNativeQuery()
Method parameters in org.postgresql.core.v3 with type arguments of type NativeQuery Modifier and Type Method Description Query
QueryExecutorImpl. wrap(java.util.List<NativeQuery> queries)
Constructors in org.postgresql.core.v3 with parameters of type NativeQuery Constructor Description BatchedQuery(NativeQuery query, TypeTransferModeRegistry transferModeRegistry, int valuesBraceOpenPosition, int valuesBraceClosePosition, boolean sanitiserDisabled)
SimpleQuery(NativeQuery query, TypeTransferModeRegistry transferModeRegistry, boolean sanitiserDisabled)
-