| Package | Description |
|---|---|
| org.apache.shardingsphere.sql.parser.autogen |
| Modifier and Type | Method and Description |
|---|---|
MySQLStatementParser.ConstraintClauseContext |
MySQLStatementParser.constraintClause() |
MySQLStatementParser.ConstraintClauseContext |
MySQLStatementParser.TableConstraintDefContext.constraintClause() |
MySQLStatementParser.ConstraintClauseContext |
MySQLStatementParser.ColumnAttributeContext.constraintClause() |
| Modifier and Type | Method and Description |
|---|---|
T |
MySQLStatementBaseVisitor.visitConstraintClause(MySQLStatementParser.ConstraintClauseContext ctx)
Visit a parse tree produced by
MySQLStatementParser.constraintClause(). |
T |
MySQLStatementVisitor.visitConstraintClause(MySQLStatementParser.ConstraintClauseContext ctx)
Visit a parse tree produced by
MySQLStatementParser.constraintClause(). |
Copyright © 2023 The Apache Software Foundation. All rights reserved.