| Package | Description |
|---|---|
| org.apache.shardingsphere.sql.parser.autogen |
| Modifier and Type | Method and Description |
|---|---|
SQLServerStatementParser.PrimaryKeyConstraintContext |
SQLServerStatementParser.primaryKeyConstraint() |
SQLServerStatementParser.PrimaryKeyConstraintContext |
SQLServerStatementParser.ColumnConstraintContext.primaryKeyConstraint() |
SQLServerStatementParser.PrimaryKeyConstraintContext |
SQLServerStatementParser.ComputedColumnConstraintContext.primaryKeyConstraint() |
| Modifier and Type | Method and Description |
|---|---|
T |
SQLServerStatementBaseVisitor.visitPrimaryKeyConstraint(SQLServerStatementParser.PrimaryKeyConstraintContext ctx)
Visit a parse tree produced by
SQLServerStatementParser.primaryKeyConstraint(). |
T |
SQLServerStatementVisitor.visitPrimaryKeyConstraint(SQLServerStatementParser.PrimaryKeyConstraintContext ctx)
Visit a parse tree produced by
SQLServerStatementParser.primaryKeyConstraint(). |
Copyright © 2021 The Apache Software Foundation. All rights reserved.