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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Select
newSelect()
Select factory.Union
newUnion(int selects)
Union factory.Union
newUnion(Select[] selects)
Union factory.
-