org.sql.generation.api.vendor
Interface PostgreSQLVendor

All Superinterfaces:
SQLVendor

public interface PostgreSQLVendor
extends SQLVendor

This is vendor for PostgreSQL database. PostgreSQL provides some extra SQL syntax elements for queries (notably LIMIT and OFFSET clauses), and this vendor gives access to factory, which enables the creation of these elements.

Author:
Stanislav Muhametsin
See Also:
PgSQLQueryFactory, LimitClause, OffsetClause

Method Summary
 PgSQLQueryFactory getQueryFactory()
          Returns the query factory, which knows to create PostgreSQL-specific query elements.
 
Methods inherited from interface org.sql.generation.api.vendor.SQLVendor
getBooleanFactory, getColumnsFactory, getLiteralFactory, getModificationFactory, getTableReferenceFactory, toString
 

Method Detail

getQueryFactory

PgSQLQueryFactory getQueryFactory()
Returns the query factory, which knows to create PostgreSQL-specific query elements.

Specified by:
getQueryFactory in interface SQLVendor
Returns:
The query factory of this vendor.
See Also:
QueryFactory, QuerySpecification


Copyright © 2010. All Rights Reserved.