public interface QueryTemplateParser
| Modifier and Type | Method and Description |
|---|---|
QueryTemplate |
parse(String sql)
Parses a SQL query
|
QueryTemplate parse(String sql) throws QueryTemplateParsingException
sql - non empty query to parseQueryTemplate representing the input SQL queryQueryTemplateParsingException - when there is a parsing errorCopyright © 2025. All rights reserved.