Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.ConstraintAttributeSpecContext
-
Packages that use OpenGaussStatementParser.ConstraintAttributeSpecContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OpenGaussStatementParser.ConstraintAttributeSpecContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.ConstraintAttributeSpecContext Modifier and Type Method Description OpenGaussStatementParser.ConstraintAttributeSpecContextOpenGaussStatementParser.AlterTableCmdContext. constraintAttributeSpec()OpenGaussStatementParser.ConstraintAttributeSpecContextOpenGaussStatementParser. constraintAttributeSpec()OpenGaussStatementParser.ConstraintAttributeSpecContextOpenGaussStatementParser.CreateTriggerContext. constraintAttributeSpec()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.ConstraintAttributeSpecContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitConstraintAttributeSpec(OpenGaussStatementParser.ConstraintAttributeSpecContext ctx)Visit a parse tree produced byOpenGaussStatementParser.constraintAttributeSpec().TOpenGaussStatementVisitor. visitConstraintAttributeSpec(OpenGaussStatementParser.ConstraintAttributeSpecContext ctx)Visit a parse tree produced byOpenGaussStatementParser.constraintAttributeSpec().
-