| Modifier and Type | Method and Description |
|---|---|
UnionSelect |
union(Select subSelect1,
Select subSelect2)
union two Select type subSelect.
|
UnionSelect |
union(String[] subSelects)
create UnionSelect via sql string array.
|
UnionSelect |
union(String subSelect1,
String subSelect2)
union two subSelect string.
|
UnionSelect |
unionAll(Select subSelect1,
Select subSelect2)
union all two Select type subSelect.
|
UnionSelect |
unionAll(String[] subSelects)
create UnionSelect via sql string array.
|
UnionSelect |
unionAll(String subSelect1,
String subSelect2)
union all two subSelect string.
|
UnionSelect union(Select subSelect1, Select subSelect2)
subSelect1 - the first Select type parametersubSelect2 - the second Select type parameterUnionSelect union(String subSelect1, String subSelect2)
subSelect1 - the first sub select stringsubSelect2 - the second sub select stringUnionSelect unionAll(Select subSelect1, Select subSelect2)
subSelect1 - the first Select type parametersubSelect2 - the second Select type parameterUnionSelect unionAll(String subSelect1, String subSelect2)
subSelect1 - the first sub select stringsubSelect2 - the second sub select stringUnionSelect union(String[] subSelects)
subSelects - sql string arrayUnionSelect unionAll(String[] subSelects)
subSelects - sql string arrayCopyright © 2025. All rights reserved.