public class SetClausePatcher extends Object
| Constructor and Description |
|---|
SetClausePatcher() |
| Modifier and Type | Method and Description |
|---|---|
void |
patchProjectionForUpdate(ASTNode insertBranch,
Map<Integer,ASTNode> setColExprs)
Patch up the projection list for updates, putting back the original set expressions.
|
public void patchProjectionForUpdate(ASTNode insertBranch, Map<Integer,ASTNode> setColExprs)
TOK_SELECT -> TOK_SELEXPR -> expr
\-> TOK_SELEXPR -> expr ...
Copyright © 2024 The Apache Software Foundation. All rights reserved.