Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.AlterGroupContext
-
Packages that use OpenGaussStatementParser.AlterGroupContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.type -
-
Uses of OpenGaussStatementParser.AlterGroupContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.AlterGroupContext Modifier and Type Method Description OpenGaussStatementParser.AlterGroupContextOpenGaussStatementParser. alterGroup()OpenGaussStatementParser.AlterGroupContextOpenGaussStatementParser.ExecuteContext. alterGroup()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.AlterGroupContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitAlterGroup(OpenGaussStatementParser.AlterGroupContext ctx)Visit a parse tree produced byOpenGaussStatementParser.alterGroup().TOpenGaussStatementVisitor. visitAlterGroup(OpenGaussStatementParser.AlterGroupContext ctx)Visit a parse tree produced byOpenGaussStatementParser.alterGroup(). -
Uses of OpenGaussStatementParser.AlterGroupContext 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.AlterGroupContext Modifier and Type Method Description ASTNodeOpenGaussDDLStatementVisitor. visitAlterGroup(OpenGaussStatementParser.AlterGroupContext ctx)
-