| Constructor and Description |
|---|
ColonPrefixSqlParser() |
| Modifier and Type | Method and Description |
|---|---|
String |
nameParameter(String rawName,
StatementContext ctx)
Convert rawName to a name as recognized by this parser
|
ParsedSql |
parse(String sql,
StatementContext ctx)
Parses the given SQL statement, and returns the
ParsedSql
for the statement. |
public String nameParameter(String rawName, StatementContext ctx)
SqlParsernameParameter in interface SqlParserrawName - the raw name to transformctx - The statement context for the statement being executedpublic ParsedSql parse(String sql, StatementContext ctx)
SqlParserParsedSql
for the statement.Copyright © 2017. All rights reserved.