Uses of Class
one.gfw.antlr4.sql.postgresql.PostgreSQLParser.AltertblspcstmtContext
-
Packages that use PostgreSQLParser.AltertblspcstmtContext Package Description one.gfw.antlr4.sql.postgresql -
-
Uses of PostgreSQLParser.AltertblspcstmtContext in one.gfw.antlr4.sql.postgresql
Methods in one.gfw.antlr4.sql.postgresql that return PostgreSQLParser.AltertblspcstmtContext Modifier and Type Method Description PostgreSQLParser.AltertblspcstmtContextPostgreSQLParser. altertblspcstmt()PostgreSQLParser.AltertblspcstmtContextPostgreSQLParser.StmtContext. altertblspcstmt()Methods in one.gfw.antlr4.sql.postgresql with parameters of type PostgreSQLParser.AltertblspcstmtContext Modifier and Type Method Description voidPostgreSQLParserBaseListener. enterAltertblspcstmt(PostgreSQLParser.AltertblspcstmtContext ctx)voidPostgreSQLParserListener. enterAltertblspcstmt(PostgreSQLParser.AltertblspcstmtContext ctx)voidPostgreSQLParserBaseListener. exitAltertblspcstmt(PostgreSQLParser.AltertblspcstmtContext ctx)voidPostgreSQLParserListener. exitAltertblspcstmt(PostgreSQLParser.AltertblspcstmtContext ctx)TPostgreSQLParserBaseVisitor. visitAltertblspcstmt(PostgreSQLParser.AltertblspcstmtContext ctx)TPostgreSQLParserVisitor. visitAltertblspcstmt(PostgreSQLParser.AltertblspcstmtContext ctx)
-