Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.UnicodeNormalFormContext
-
Packages that use PostgreSQLStatementParser.UnicodeNormalFormContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of PostgreSQLStatementParser.UnicodeNormalFormContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.UnicodeNormalFormContext Modifier and Type Method Description PostgreSQLStatementParser.UnicodeNormalFormContextPostgreSQLStatementParser.AExprContext. unicodeNormalForm()PostgreSQLStatementParser.UnicodeNormalFormContextPostgreSQLStatementParser.FunctionExprCommonSubexprContext. unicodeNormalForm()PostgreSQLStatementParser.UnicodeNormalFormContextPostgreSQLStatementParser. unicodeNormalForm()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.UnicodeNormalFormContext Modifier and Type Method Description TPostgreSQLStatementParserBaseVisitor. visitUnicodeNormalForm(PostgreSQLStatementParser.UnicodeNormalFormContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.unicodeNormalForm().TPostgreSQLStatementParserVisitor. visitUnicodeNormalForm(PostgreSQLStatementParser.UnicodeNormalFormContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.unicodeNormalForm().
-