| Package | Description |
|---|---|
| org.apache.shardingsphere.sql.parser.autogen |
| Modifier and Type | Method and Description |
|---|---|
SQLServerStatementParser.ForeignKeyOnActionContext |
SQLServerStatementParser.foreignKeyOnAction() |
SQLServerStatementParser.ForeignKeyOnActionContext |
SQLServerStatementParser.ColumnForeignKeyConstraintContext.foreignKeyOnAction(int i) |
SQLServerStatementParser.ForeignKeyOnActionContext |
SQLServerStatementParser.TableForeignKeyConstraintContext.foreignKeyOnAction(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<SQLServerStatementParser.ForeignKeyOnActionContext> |
SQLServerStatementParser.ColumnForeignKeyConstraintContext.foreignKeyOnAction() |
List<SQLServerStatementParser.ForeignKeyOnActionContext> |
SQLServerStatementParser.TableForeignKeyConstraintContext.foreignKeyOnAction() |
| Modifier and Type | Method and Description |
|---|---|
T |
SQLServerStatementBaseVisitor.visitForeignKeyOnAction(SQLServerStatementParser.ForeignKeyOnActionContext ctx)
Visit a parse tree produced by
SQLServerStatementParser.foreignKeyOnAction(). |
T |
SQLServerStatementVisitor.visitForeignKeyOnAction(SQLServerStatementParser.ForeignKeyOnActionContext ctx)
Visit a parse tree produced by
SQLServerStatementParser.foreignKeyOnAction(). |
Copyright © 2021 The Apache Software Foundation. All rights reserved.