Uses of Interface
org.sql.generation.api.grammar.factories.QueryFactory

Packages that use QueryFactory
org.sql.generation.api.grammar.factories.pgsql Package to contain PostgreSQL-specific factories enabling creating of PostgreSQL-specific syntax elements. 
org.sql.generation.api.vendor This package provides an API for SQLVendors to implement, and a way to load different vendors dynamically. 
 

Uses of QueryFactory in org.sql.generation.api.grammar.factories.pgsql
 

Subinterfaces of QueryFactory in org.sql.generation.api.grammar.factories.pgsql
 interface PgSQLQueryFactory
          The query factory, which is able to create PostgreSQL-specific syntax elements.
 

Uses of QueryFactory in org.sql.generation.api.vendor
 

Methods in org.sql.generation.api.vendor that return QueryFactory
 QueryFactory SQLVendor.getQueryFactory()
          Returns the query factory of this vendor.
 



Copyright © 2010. All Rights Reserved.