Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.DeallocateContext
-
Packages that use OpenGaussStatementParser.DeallocateContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.type -
-
Uses of OpenGaussStatementParser.DeallocateContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.DeallocateContext Modifier and Type Method Description OpenGaussStatementParser.DeallocateContextOpenGaussStatementParser. deallocate()OpenGaussStatementParser.DeallocateContextOpenGaussStatementParser.ExecuteContext. deallocate()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.DeallocateContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitDeallocate(OpenGaussStatementParser.DeallocateContext ctx)Visit a parse tree produced byOpenGaussStatementParser.deallocate().TOpenGaussStatementVisitor. visitDeallocate(OpenGaussStatementParser.DeallocateContext ctx)Visit a parse tree produced byOpenGaussStatementParser.deallocate(). -
Uses of OpenGaussStatementParser.DeallocateContext in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.type
Methods in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.type with parameters of type OpenGaussStatementParser.DeallocateContext Modifier and Type Method Description ASTNodeOpenGaussDDLStatementVisitor. visitDeallocate(OpenGaussStatementParser.DeallocateContext ctx)
-