Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.AlterTableActionContext
-
Packages that use OpenGaussStatementParser.AlterTableActionContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OpenGaussStatementParser.AlterTableActionContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.AlterTableActionContext Modifier and Type Method Description OpenGaussStatementParser.AlterTableActionContextOpenGaussStatementParser. alterTableAction()OpenGaussStatementParser.AlterTableActionContextOpenGaussStatementParser.AlterTableActionsContext. alterTableAction(int i)Methods in org.apache.shardingsphere.sql.parser.autogen that return types with arguments of type OpenGaussStatementParser.AlterTableActionContext Modifier and Type Method Description List<OpenGaussStatementParser.AlterTableActionContext>OpenGaussStatementParser.AlterTableActionsContext. alterTableAction()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.AlterTableActionContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitAlterTableAction(OpenGaussStatementParser.AlterTableActionContext ctx)Visit a parse tree produced byOpenGaussStatementParser.alterTableAction().TOpenGaussStatementVisitor. visitAlterTableAction(OpenGaussStatementParser.AlterTableActionContext ctx)Visit a parse tree produced byOpenGaussStatementParser.alterTableAction().
-