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 © 2003–2016 MuleSoft, Inc.. All rights reserved.