| Modifier and Type | Field and Description |
|---|---|
String |
originalSql |
List<Hoist.Variable> |
variables |
| Modifier and Type | Method and Description |
|---|---|
String |
substitute(Function<Hoist.Variable,String> fn)
Returns the SQL string with variables replaced according to the
given substitution function.
|
String |
toString() |
public final String originalSql
public final List<Hoist.Variable> variables
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.