| 程序包 | 说明 |
|---|---|
| com.dynamic.sql.core.dml.select | |
| com.dynamic.sql.core.dml.select.build.join | |
| com.dynamic.sql.enums | |
| com.dynamic.sql.utils |
| 构造器和说明 |
|---|
UnionSelect(UnionType unionType) |
| 限定符和类型 | 方法和说明 |
|---|---|
UnionType |
UnionJoin.getUnionType() |
| 构造器和说明 |
|---|
UnionJoin(JoinTableType joinTableType,
SelectDsl[] nestedSelects,
String tableAlias,
Consumer<GenericWhereCondition> onCondition,
UnionType unionType) |
UnionJoin(SelectDsl[] nestedSelects,
String tableAlias,
UnionType unionType) |
| 限定符和类型 | 方法和说明 |
|---|---|
static UnionType |
UnionType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static UnionType[] |
UnionType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
SqlUtils.getSyntaxUnion(SqlDialect sqlDialect,
UnionType unionType) |
Copyright © 2024–2026 Dynamic-SQL. All rights reserved.