| Package | Description |
|---|---|
| gudusoft.gsqlparser.ir.logical.rel |
| Modifier and Type | Method and Description |
|---|---|
DmlMerge.MergeClause.Type |
DmlMerge.MergeClause.getType() |
static DmlMerge.MergeClause.Type |
DmlMerge.MergeClause.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DmlMerge.MergeClause.Type[] |
DmlMerge.MergeClause.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
MergeClause(DmlMerge.MergeClause.Type type,
RexNode condition,
List<RexNode> assignments) |