Uses of Class
one.gfw.antlr4.sql.postgresql.PostgreSQLParser.ColumnrefContext
-
Packages that use PostgreSQLParser.ColumnrefContext Package Description one.gfw.antlr4.sql.postgresql -
-
Uses of PostgreSQLParser.ColumnrefContext in one.gfw.antlr4.sql.postgresql
Methods in one.gfw.antlr4.sql.postgresql that return PostgreSQLParser.ColumnrefContext Modifier and Type Method Description PostgreSQLParser.ColumnrefContextPostgreSQLParser.C_expr_exprContext. columnref()PostgreSQLParser.ColumnrefContextPostgreSQLParser. columnref()Methods in one.gfw.antlr4.sql.postgresql with parameters of type PostgreSQLParser.ColumnrefContext Modifier and Type Method Description voidPostgreSQLParserBaseListener. enterColumnref(PostgreSQLParser.ColumnrefContext ctx)voidPostgreSQLParserListener. enterColumnref(PostgreSQLParser.ColumnrefContext ctx)voidPostgreSQLParserBaseListener. exitColumnref(PostgreSQLParser.ColumnrefContext ctx)voidPostgreSQLParserListener. exitColumnref(PostgreSQLParser.ColumnrefContext ctx)TPostgreSQLParserBaseVisitor. visitColumnref(PostgreSQLParser.ColumnrefContext ctx)TPostgreSQLParserVisitor. visitColumnref(PostgreSQLParser.ColumnrefContext ctx)
-