Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.DeallocateContext
Packages that use OpenGaussStatementParser.DeallocateContext
Package
Description
-
Uses of OpenGaussStatementParser.DeallocateContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.DeallocateContextModifier and TypeMethodDescriptionOpenGaussStatementParser.deallocate()OpenGaussStatementParser.ExecuteContext.deallocate()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.DeallocateContextModifier and TypeMethodDescriptionOpenGaussStatementBaseVisitor.visitDeallocate(OpenGaussStatementParser.DeallocateContext ctx) Visit a parse tree produced byOpenGaussStatementParser.deallocate().OpenGaussStatementVisitor.visitDeallocate(OpenGaussStatementParser.DeallocateContext ctx) Visit a parse tree produced byOpenGaussStatementParser.deallocate(). -
Uses of OpenGaussStatementParser.DeallocateContext in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.impl
Methods in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.impl with parameters of type OpenGaussStatementParser.DeallocateContextModifier and TypeMethodDescriptionorg.apache.shardingsphere.sql.parser.api.visitor.ASTNodeOpenGaussDDLStatementSQLVisitor.visitDeallocate(OpenGaussStatementParser.DeallocateContext ctx)