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 ParsedSql parse(String sql, StatementContext ctx)
SqlParser
ParsedSql
for the statement.public String nameParameter(String rawName, StatementContext ctx)
SqlParser
nameParameter
in interface SqlParser
rawName
- the raw name to transformctx
- The statement context for the statement being executedCopyright © 2019. All rights reserved.