@FunctionalInterface public interface TemplateEngine
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.
|
String render(String template, StatementContext ctx)
template - The SQL to rewritectx - The statement context for the statement being executedCopyright © 2017. All rights reserved.