Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.DeallocateContext
-
Packages that use PostgreSQLStatementParser.DeallocateContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.postgresql.visitor.statement.type -
-
Uses of PostgreSQLStatementParser.DeallocateContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.DeallocateContext Modifier and Type Method Description PostgreSQLStatementParser.DeallocateContextPostgreSQLStatementParser. deallocate()PostgreSQLStatementParser.DeallocateContextPostgreSQLStatementParser.ExecuteContext. deallocate()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.DeallocateContext Modifier and Type Method Description TPostgreSQLStatementParserBaseVisitor. visitDeallocate(PostgreSQLStatementParser.DeallocateContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.deallocate().TPostgreSQLStatementParserVisitor. visitDeallocate(PostgreSQLStatementParser.DeallocateContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.deallocate(). -
Uses of PostgreSQLStatementParser.DeallocateContext 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.DeallocateContext Modifier and Type Method Description ASTNodePostgreSQLDDLStatementVisitor. visitDeallocate(PostgreSQLStatementParser.DeallocateContext ctx)
-