Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.AlterIndexDefinitionClauseContext
-
Packages that use OpenGaussStatementParser.AlterIndexDefinitionClauseContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OpenGaussStatementParser.AlterIndexDefinitionClauseContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.AlterIndexDefinitionClauseContext Modifier and Type Method Description OpenGaussStatementParser.AlterIndexDefinitionClauseContextOpenGaussStatementParser.AlterIndexContext. alterIndexDefinitionClause()OpenGaussStatementParser.AlterIndexDefinitionClauseContextOpenGaussStatementParser. alterIndexDefinitionClause()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.AlterIndexDefinitionClauseContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitAlterIndexDefinitionClause(OpenGaussStatementParser.AlterIndexDefinitionClauseContext ctx)Visit a parse tree produced byOpenGaussStatementParser.alterIndexDefinitionClause().TOpenGaussStatementVisitor. visitAlterIndexDefinitionClause(OpenGaussStatementParser.AlterIndexDefinitionClauseContext ctx)Visit a parse tree produced byOpenGaussStatementParser.alterIndexDefinitionClause().
-