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