Uses of Class
one.gfw.antlr4.sql.postgresql.PostgreSQLParser.Unicode_normal_formContext
-
Packages that use PostgreSQLParser.Unicode_normal_formContext Package Description one.gfw.antlr4.sql.postgresql -
-
Uses of PostgreSQLParser.Unicode_normal_formContext in one.gfw.antlr4.sql.postgresql
Methods in one.gfw.antlr4.sql.postgresql that return PostgreSQLParser.Unicode_normal_formContext Modifier and Type Method Description PostgreSQLParser.Unicode_normal_formContextPostgreSQLParser.A_expr_is_notContext. unicode_normal_form()PostgreSQLParser.Unicode_normal_formContextPostgreSQLParser.Func_expr_common_subexprContext. unicode_normal_form()PostgreSQLParser.Unicode_normal_formContextPostgreSQLParser. unicode_normal_form()Methods in one.gfw.antlr4.sql.postgresql with parameters of type PostgreSQLParser.Unicode_normal_formContext Modifier and Type Method Description voidPostgreSQLParserBaseListener. enterUnicode_normal_form(PostgreSQLParser.Unicode_normal_formContext ctx)voidPostgreSQLParserListener. enterUnicode_normal_form(PostgreSQLParser.Unicode_normal_formContext ctx)voidPostgreSQLParserBaseListener. exitUnicode_normal_form(PostgreSQLParser.Unicode_normal_formContext ctx)voidPostgreSQLParserListener. exitUnicode_normal_form(PostgreSQLParser.Unicode_normal_formContext ctx)TPostgreSQLParserBaseVisitor. visitUnicode_normal_form(PostgreSQLParser.Unicode_normal_formContext ctx)TPostgreSQLParserVisitor. visitUnicode_normal_form(PostgreSQLParser.Unicode_normal_formContext ctx)
-