Uses of Class
one.gfw.antlr4.sql.postgresql.PostgreSQLParser.First_or_nextContext
-
Packages that use PostgreSQLParser.First_or_nextContext Package Description one.gfw.antlr4.sql.postgresql -
-
Uses of PostgreSQLParser.First_or_nextContext in one.gfw.antlr4.sql.postgresql
Methods in one.gfw.antlr4.sql.postgresql that return PostgreSQLParser.First_or_nextContext Modifier and Type Method Description PostgreSQLParser.First_or_nextContextPostgreSQLParser. first_or_next()PostgreSQLParser.First_or_nextContextPostgreSQLParser.Limit_clauseContext. first_or_next()Methods in one.gfw.antlr4.sql.postgresql with parameters of type PostgreSQLParser.First_or_nextContext Modifier and Type Method Description voidPostgreSQLParserBaseListener. enterFirst_or_next(PostgreSQLParser.First_or_nextContext ctx)voidPostgreSQLParserListener. enterFirst_or_next(PostgreSQLParser.First_or_nextContext ctx)voidPostgreSQLParserBaseListener. exitFirst_or_next(PostgreSQLParser.First_or_nextContext ctx)voidPostgreSQLParserListener. exitFirst_or_next(PostgreSQLParser.First_or_nextContext ctx)TPostgreSQLParserBaseVisitor. visitFirst_or_next(PostgreSQLParser.First_or_nextContext ctx)TPostgreSQLParserVisitor. visitFirst_or_next(PostgreSQLParser.First_or_nextContext ctx)
-