Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.DeallocateContext
Packages that use PostgreSQLStatementParser.DeallocateContext
Package
Description
-
Uses of PostgreSQLStatementParser.DeallocateContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.DeallocateContextModifier and TypeMethodDescriptionPostgreSQLStatementParser.deallocate()PostgreSQLStatementParser.ExecuteContext.deallocate()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.DeallocateContextModifier and TypeMethodDescriptionPostgreSQLStatementParserBaseVisitor.visitDeallocate(PostgreSQLStatementParser.DeallocateContext ctx) Visit a parse tree produced byPostgreSQLStatementParser.deallocate().PostgreSQLStatementParserVisitor.visitDeallocate(PostgreSQLStatementParser.DeallocateContext ctx) Visit a parse tree produced byPostgreSQLStatementParser.deallocate(). -
Uses of PostgreSQLStatementParser.DeallocateContext in org.apache.shardingsphere.sql.parser.postgresql.visitor.statement.impl
Methods in org.apache.shardingsphere.sql.parser.postgresql.visitor.statement.impl with parameters of type PostgreSQLStatementParser.DeallocateContextModifier and TypeMethodDescriptionorg.apache.shardingsphere.sql.parser.api.visitor.ASTNodePostgreSQLDDLStatementSQLVisitor.visitDeallocate(PostgreSQLStatementParser.DeallocateContext ctx)