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-2008 Apache Software Foundation. All Rights Reserved.

This documentation is deprecated and will be removed in the next release of WebLogic Server.


Oracle Fusion Middleware Apache OpenJPA 1.1.0 API Reference
12c Release 1 (12.1.1)
Part Number E24398_01