org.apache.openjpa.jdbc.sql
Interface SQLFactory

All Known Implementing Classes:
SQLFactoryImpl

public interface SQLFactory

Factory for SQL constructs.

Author:
Abe White

Method Summary
 Select newSelect()
          Select factory.
 Union newUnion(int selects)
          Union factory.
 Union newUnion(Select[] selects)
          Union factory.
 

Method Detail

newSelect

Select newSelect()
Select factory.


newUnion

Union newUnion(int selects)
Union factory.

Parameters:
selects - the number of selects in the union

newUnion

Union newUnion(Select[] selects)
Union factory.

Parameters:
selects - the members of the union


Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.