public class SqlExprSubstitutor2 extends Object
| Constructor and Description |
|---|
SqlExprSubstitutor2() |
| Modifier and Type | Method and Description |
|---|---|
static List<SqlExpr> |
substitute(Collection<SqlExpr> exprs,
Factory1<SqlExpr> postTraversalTransformer) |
static List<Collection<SqlExpr>> |
substitute(List<Collection<SqlExpr>> nf,
Factory1<SqlExpr> postTraversalTransformer) |
static SqlExpr |
substitute(SqlExpr expr,
Factory1<SqlExpr> postTraversalTransformer) |
public static List<Collection<SqlExpr>> substitute(List<Collection<SqlExpr>> nf, Factory1<SqlExpr> postTraversalTransformer)
public static List<SqlExpr> substitute(Collection<SqlExpr> exprs, Factory1<SqlExpr> postTraversalTransformer)
Copyright © 2014. All Rights Reserved.