Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.DropSubscriptionContext
-
-
Uses of PostgreSQLStatementParser.DropSubscriptionContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.DropSubscriptionContext Modifier and Type Method Description PostgreSQLStatementParser.DropSubscriptionContextPostgreSQLStatementParser. dropSubscription()PostgreSQLStatementParser.DropSubscriptionContextPostgreSQLStatementParser.ExecuteContext. dropSubscription()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.DropSubscriptionContext Modifier and Type Method Description TPostgreSQLStatementParserBaseVisitor. visitDropSubscription(PostgreSQLStatementParser.DropSubscriptionContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.dropSubscription().TPostgreSQLStatementParserVisitor. visitDropSubscription(PostgreSQLStatementParser.DropSubscriptionContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.dropSubscription(). -
Uses of PostgreSQLStatementParser.DropSubscriptionContext in org.apache.shardingsphere.sql.parser.postgresql.visitor.statement.type
Methods in org.apache.shardingsphere.sql.parser.postgresql.visitor.statement.type with parameters of type PostgreSQLStatementParser.DropSubscriptionContext Modifier and Type Method Description ASTNodePostgreSQLDDLStatementVisitor. visitDropSubscription(PostgreSQLStatementParser.DropSubscriptionContext ctx)
-