Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.AlterTableActionsContext
-
Packages that use OpenGaussStatementParser.AlterTableActionsContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OpenGaussStatementParser.AlterTableActionsContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.AlterTableActionsContext Modifier and Type Method Description OpenGaussStatementParser.AlterTableActionsContextOpenGaussStatementParser.AlterDefinitionClauseContext. alterTableActions()OpenGaussStatementParser.AlterTableActionsContextOpenGaussStatementParser. alterTableActions()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.AlterTableActionsContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitAlterTableActions(OpenGaussStatementParser.AlterTableActionsContext ctx)Visit a parse tree produced byOpenGaussStatementParser.alterTableActions().TOpenGaussStatementVisitor. visitAlterTableActions(OpenGaussStatementParser.AlterTableActionsContext ctx)Visit a parse tree produced byOpenGaussStatementParser.alterTableActions().
-