Uses of Class
org.postgresql.core.NativeQuery

Packages that use NativeQuery
org.postgresql.core   
 

Uses of NativeQuery in org.postgresql.core
 

Methods in org.postgresql.core that return types with arguments of type NativeQuery
static List<NativeQuery> Parser.parseJdbcSql(String query, boolean standardConformingStrings, boolean withParameters, boolean splitStatements)
          Parses JDBC query into PostgreSQL's native format.
 



Copyright © 2016 PostgreSQL Global Development Group. All rights reserved.