Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.ColumnConstraintContext
-
Packages that use OpenGaussStatementParser.ColumnConstraintContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OpenGaussStatementParser.ColumnConstraintContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.ColumnConstraintContext Modifier and Type Method Description OpenGaussStatementParser.ColumnConstraintContextOpenGaussStatementParser. columnConstraint()OpenGaussStatementParser.ColumnConstraintContextOpenGaussStatementParser.ColumnDefinitionContext. columnConstraint(int i)Methods in org.apache.shardingsphere.sql.parser.autogen that return types with arguments of type OpenGaussStatementParser.ColumnConstraintContext Modifier and Type Method Description List<OpenGaussStatementParser.ColumnConstraintContext>OpenGaussStatementParser.ColumnDefinitionContext. columnConstraint()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.ColumnConstraintContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitColumnConstraint(OpenGaussStatementParser.ColumnConstraintContext ctx)Visit a parse tree produced byOpenGaussStatementParser.columnConstraint().TOpenGaussStatementVisitor. visitColumnConstraint(OpenGaussStatementParser.ColumnConstraintContext ctx)Visit a parse tree produced byOpenGaussStatementParser.columnConstraint().
-