public interface Commenter
The comment is added to the SQL string that may be built from a SQL template or may be auto generated.
The implementation must not add anything except a comment.
| Modifier and Type | Method and Description |
|---|---|
default java.lang.String |
comment(java.lang.String sql,
CommentContext context)
Adds the comment to the SQL string.
|
default java.lang.String comment(java.lang.String sql,
CommentContext context)
sql - the SQL stringcontext - the context