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