public class ExprSubstitutorSql extends Object implements ExprSubstitutor
| Constructor and Description |
|---|
ExprSubstitutorSql(TypeSystem typeSystem,
ExprRewriteCollection exprRewrites) |
| Modifier and Type | Method and Description |
|---|---|
SqlExpr |
create(List<SqlExpr> expr)
The result of this method depends on the given arguments and the
registered SQL functions.
|
public ExprSubstitutorSql(TypeSystem typeSystem, ExprRewriteCollection exprRewrites)
public SqlExpr create(List<SqlExpr> expr)
create in interface ExprSubstitutorCopyright © 2015. All rights reserved.