Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.ConstraintNameContext
Packages that use OpenGaussStatementParser.ConstraintNameContext
Package
Description
-
Uses of OpenGaussStatementParser.ConstraintNameContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.ConstraintNameContextModifier and TypeMethodDescriptionOpenGaussStatementParser.AlterDomainClauseContext.constraintName(int i) OpenGaussStatementParser.ConstraintClauseContext.constraintName()OpenGaussStatementParser.constraintName()OpenGaussStatementParser.DropConstraintSpecificationContext.constraintName()OpenGaussStatementParser.ModifyConstraintSpecificationContext.constraintName()OpenGaussStatementParser.TableConstraintUsingIndexContext.constraintName()OpenGaussStatementParser.ValidateConstraintSpecificationContext.constraintName()Methods in org.apache.shardingsphere.sql.parser.autogen that return types with arguments of type OpenGaussStatementParser.ConstraintNameContextModifier and TypeMethodDescriptionOpenGaussStatementParser.AlterDomainClauseContext.constraintName()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.ConstraintNameContextModifier and TypeMethodDescriptionOpenGaussStatementBaseVisitor.visitConstraintName(OpenGaussStatementParser.ConstraintNameContext ctx) Visit a parse tree produced byOpenGaussStatementParser.constraintName().OpenGaussStatementVisitor.visitConstraintName(OpenGaussStatementParser.ConstraintNameContext ctx) Visit a parse tree produced byOpenGaussStatementParser.constraintName(). -
Uses of OpenGaussStatementParser.ConstraintNameContext 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.ConstraintNameContextModifier and TypeMethodDescriptionfinal org.apache.shardingsphere.sql.parser.api.visitor.ASTNodeOpenGaussStatementSQLVisitor.visitConstraintName(OpenGaussStatementParser.ConstraintNameContext ctx)