Package org.apache.openjpa.jdbc.sql
Interface SQLFactory
- All Known Implementing Classes:
SQLFactoryImpl
public interface SQLFactory
Factory for SQL constructs.
- Author:
- Abe White
-
Method Summary
-
Method Details
-
newSelect
Select newSelect()Select factory. -
newUnion
Union factory.- Parameters:
selects
- the number of selects in the union
-
newUnion
Union factory.- Parameters:
selects
- the members of the union
-