public class DefinedAttributeTemplateEngine extends Object implements TemplateEngine
<name> with the string value of the named attribute.
Attribute names may contain letters (a-z, A-Z), digits (0-9), or underscores
(_).NOP| Constructor and Description |
|---|
DefinedAttributeTemplateEngine() |
| Modifier and Type | Method and Description |
|---|---|
String |
render(String template,
StatementContext ctx)
Renders an SQL statement from the given template, using the statement
context as needed.
|
public String render(String template, StatementContext ctx)
TemplateEnginerender in interface TemplateEnginetemplate - The SQL to rewritectx - The statement context for the statement being executedCopyright © 2019. All rights reserved.