|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SQLFactory
Factory for SQL constructs.
Method Summary | |
---|---|
Select |
newSelect()
Select factory. |
Union |
newUnion(int selects)
Union factory. |
Union |
newUnion(Select[] selects)
Union factory. |
Method Detail |
---|
Select newSelect()
Union newUnion(int selects)
selects
- the number of selects in the unionUnion newUnion(Select[] selects)
selects
- the members of the union
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |