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