Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.AddConstraintSpecificationContext
Packages that use OpenGaussStatementParser.AddConstraintSpecificationContext
Package
Description
-
Uses of OpenGaussStatementParser.AddConstraintSpecificationContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.AddConstraintSpecificationContextModifier and TypeMethodDescriptionOpenGaussStatementParser.addConstraintSpecification()OpenGaussStatementParser.AlterTableActionContext.addConstraintSpecification()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.AddConstraintSpecificationContextModifier and TypeMethodDescriptionOpenGaussStatementBaseVisitor.visitAddConstraintSpecification(OpenGaussStatementParser.AddConstraintSpecificationContext ctx) Visit a parse tree produced byOpenGaussStatementParser.addConstraintSpecification().OpenGaussStatementVisitor.visitAddConstraintSpecification(OpenGaussStatementParser.AddConstraintSpecificationContext ctx) Visit a parse tree produced byOpenGaussStatementParser.addConstraintSpecification(). -
Uses of OpenGaussStatementParser.AddConstraintSpecificationContext in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.impl
Methods in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.impl with parameters of type OpenGaussStatementParser.AddConstraintSpecificationContextModifier and TypeMethodDescriptionorg.apache.shardingsphere.sql.parser.api.visitor.ASTNodeOpenGaussDDLStatementSQLVisitor.visitAddConstraintSpecification(OpenGaussStatementParser.AddConstraintSpecificationContext ctx)