Uses of Class
one.gfw.antlr4.sql.postgresql.PostgreSQLParser.AltertsdictionarystmtContext
-
Packages that use PostgreSQLParser.AltertsdictionarystmtContext Package Description one.gfw.antlr4.sql.postgresql -
-
Uses of PostgreSQLParser.AltertsdictionarystmtContext in one.gfw.antlr4.sql.postgresql
Methods in one.gfw.antlr4.sql.postgresql that return PostgreSQLParser.AltertsdictionarystmtContext Modifier and Type Method Description PostgreSQLParser.AltertsdictionarystmtContextPostgreSQLParser. altertsdictionarystmt()PostgreSQLParser.AltertsdictionarystmtContextPostgreSQLParser.StmtContext. altertsdictionarystmt()Methods in one.gfw.antlr4.sql.postgresql with parameters of type PostgreSQLParser.AltertsdictionarystmtContext Modifier and Type Method Description voidPostgreSQLParserBaseListener. enterAltertsdictionarystmt(PostgreSQLParser.AltertsdictionarystmtContext ctx)voidPostgreSQLParserListener. enterAltertsdictionarystmt(PostgreSQLParser.AltertsdictionarystmtContext ctx)voidPostgreSQLParserBaseListener. exitAltertsdictionarystmt(PostgreSQLParser.AltertsdictionarystmtContext ctx)voidPostgreSQLParserListener. exitAltertsdictionarystmt(PostgreSQLParser.AltertsdictionarystmtContext ctx)TPostgreSQLParserBaseVisitor. visitAltertsdictionarystmt(PostgreSQLParser.AltertsdictionarystmtContext ctx)TPostgreSQLParserVisitor. visitAltertsdictionarystmt(PostgreSQLParser.AltertsdictionarystmtContext ctx)
-