Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.ConstraintClauseContext
-
Packages that use OpenGaussStatementParser.ConstraintClauseContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OpenGaussStatementParser.ConstraintClauseContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.ConstraintClauseContext Modifier and Type Method Description OpenGaussStatementParser.ConstraintClauseContextOpenGaussStatementParser.ColumnConstraintContext. constraintClause()OpenGaussStatementParser.ConstraintClauseContextOpenGaussStatementParser. constraintClause()OpenGaussStatementParser.ConstraintClauseContextOpenGaussStatementParser.TableConstraintContext. constraintClause()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.ConstraintClauseContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitConstraintClause(OpenGaussStatementParser.ConstraintClauseContext ctx)Visit a parse tree produced byOpenGaussStatementParser.constraintClause().TOpenGaussStatementVisitor. visitConstraintClause(OpenGaussStatementParser.ConstraintClauseContext ctx)Visit a parse tree produced byOpenGaussStatementParser.constraintClause().
-