Uses of Class
one.gfw.antlr4.sql.postgresql.PostgreSQLParser.CloseportalstmtContext
-
Packages that use PostgreSQLParser.CloseportalstmtContext Package Description one.gfw.antlr4.sql.postgresql -
-
Uses of PostgreSQLParser.CloseportalstmtContext in one.gfw.antlr4.sql.postgresql
Methods in one.gfw.antlr4.sql.postgresql that return PostgreSQLParser.CloseportalstmtContext Modifier and Type Method Description PostgreSQLParser.CloseportalstmtContextPostgreSQLParser. closeportalstmt()PostgreSQLParser.CloseportalstmtContextPostgreSQLParser.StmtContext. closeportalstmt()Methods in one.gfw.antlr4.sql.postgresql with parameters of type PostgreSQLParser.CloseportalstmtContext Modifier and Type Method Description voidPostgreSQLParserBaseListener. enterCloseportalstmt(PostgreSQLParser.CloseportalstmtContext ctx)voidPostgreSQLParserListener. enterCloseportalstmt(PostgreSQLParser.CloseportalstmtContext ctx)voidPostgreSQLParserBaseListener. exitCloseportalstmt(PostgreSQLParser.CloseportalstmtContext ctx)voidPostgreSQLParserListener. exitCloseportalstmt(PostgreSQLParser.CloseportalstmtContext ctx)TPostgreSQLParserBaseVisitor. visitCloseportalstmt(PostgreSQLParser.CloseportalstmtContext ctx)TPostgreSQLParserVisitor. visitCloseportalstmt(PostgreSQLParser.CloseportalstmtContext ctx)
-