Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.RenameColumnSpecificationContext
-
-
Uses of OpenGaussStatementParser.RenameColumnSpecificationContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.RenameColumnSpecificationContext Modifier and Type Method Description OpenGaussStatementParser.RenameColumnSpecificationContextOpenGaussStatementParser.AlterDefinitionClauseContext. renameColumnSpecification()OpenGaussStatementParser.RenameColumnSpecificationContextOpenGaussStatementParser. renameColumnSpecification()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.RenameColumnSpecificationContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitRenameColumnSpecification(OpenGaussStatementParser.RenameColumnSpecificationContext ctx)Visit a parse tree produced byOpenGaussStatementParser.renameColumnSpecification().TOpenGaussStatementVisitor. visitRenameColumnSpecification(OpenGaussStatementParser.RenameColumnSpecificationContext ctx)Visit a parse tree produced byOpenGaussStatementParser.renameColumnSpecification(). -
Uses of OpenGaussStatementParser.RenameColumnSpecificationContext 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.RenameColumnSpecificationContext Modifier and Type Method Description ASTNodeOpenGaussDDLStatementVisitor. visitRenameColumnSpecification(OpenGaussStatementParser.RenameColumnSpecificationContext ctx)
-