@Deprecated public class SqlExprSubstitutor extends Object
| Constructor and Description |
|---|
SqlExprSubstitutor(Map<String,? extends SqlExpr> map)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static SqlExprSubstitutor |
create(Map<String,SqlExpr> map)
Deprecated.
|
List<SqlExpr> |
substitute(List<SqlExpr> exprs)
Deprecated.
|
SqlExpr |
substitute(SqlExpr expr)
Deprecated.
|
SqlExpr |
trySubstitute(S_ColumnRef sqlExpr)
Deprecated.
|
public SqlExpr trySubstitute(S_ColumnRef sqlExpr)
public static SqlExprSubstitutor create(Map<String,SqlExpr> map)
Copyright © 2013. All Rights Reserved.