public interface SQLFactory
Modifier and Type | Method and Description |
---|---|
Select |
newSelect()
Select factory.
|
Union |
newUnion(int selects)
Union factory.
|
Union |
newUnion(Select[] selects)
Union factory.
|
Copyright © 2006–2020 Apache Software Foundation. All rights reserved.