Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.DropConstraintSpecificationContext
Packages that use OpenGaussStatementParser.DropConstraintSpecificationContext
Package
Description
-
Uses of OpenGaussStatementParser.DropConstraintSpecificationContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.DropConstraintSpecificationContextModifier and TypeMethodDescriptionOpenGaussStatementParser.AlterTableActionContext.dropConstraintSpecification()OpenGaussStatementParser.dropConstraintSpecification()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.DropConstraintSpecificationContextModifier and TypeMethodDescriptionOpenGaussStatementBaseVisitor.visitDropConstraintSpecification(OpenGaussStatementParser.DropConstraintSpecificationContext ctx) Visit a parse tree produced byOpenGaussStatementParser.dropConstraintSpecification().OpenGaussStatementVisitor.visitDropConstraintSpecification(OpenGaussStatementParser.DropConstraintSpecificationContext ctx) Visit a parse tree produced byOpenGaussStatementParser.dropConstraintSpecification(). -
Uses of OpenGaussStatementParser.DropConstraintSpecificationContext 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.DropConstraintSpecificationContextModifier and TypeMethodDescriptionorg.apache.shardingsphere.sql.parser.api.visitor.ASTNodeOpenGaussDDLStatementSQLVisitor.visitDropConstraintSpecification(OpenGaussStatementParser.DropConstraintSpecificationContext ctx)