Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.CloseContext
Packages that use OpenGaussStatementParser.CloseContext
Package
Description
-
Uses of OpenGaussStatementParser.CloseContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.CloseContextModifier and TypeMethodDescriptionOpenGaussStatementParser.close()OpenGaussStatementParser.ExecuteContext.close()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.CloseContextModifier and TypeMethodDescriptionOpenGaussStatementBaseVisitor.visitClose(OpenGaussStatementParser.CloseContext ctx) Visit a parse tree produced byOpenGaussStatementParser.close().OpenGaussStatementVisitor.visitClose(OpenGaussStatementParser.CloseContext ctx) Visit a parse tree produced byOpenGaussStatementParser.close(). -
Uses of OpenGaussStatementParser.CloseContext 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.CloseContextModifier and TypeMethodDescriptionorg.apache.shardingsphere.sql.parser.api.visitor.ASTNodeOpenGaussDDLStatementSQLVisitor.visitClose(OpenGaussStatementParser.CloseContext ctx)