| Package | Description |
|---|---|
| org.apache.shardingsphere.sql.parser.autogen |
| Modifier and Type | Method and Description |
|---|---|
SQLServerStatementParser.ComputedColumnDefinitionContext |
SQLServerStatementParser.computedColumnDefinition() |
SQLServerStatementParser.ComputedColumnDefinitionContext |
SQLServerStatementParser.CreateTableDefinitionContext.computedColumnDefinition() |
SQLServerStatementParser.ComputedColumnDefinitionContext |
SQLServerStatementParser.AlterColumnAddOptionContext.computedColumnDefinition() |
SQLServerStatementParser.ComputedColumnDefinitionContext |
SQLServerStatementParser.TableTypeDefinitionContext.computedColumnDefinition() |
| Modifier and Type | Method and Description |
|---|---|
T |
SQLServerStatementBaseVisitor.visitComputedColumnDefinition(SQLServerStatementParser.ComputedColumnDefinitionContext ctx)
Visit a parse tree produced by
SQLServerStatementParser.computedColumnDefinition(). |
T |
SQLServerStatementVisitor.visitComputedColumnDefinition(SQLServerStatementParser.ComputedColumnDefinitionContext ctx)
Visit a parse tree produced by
SQLServerStatementParser.computedColumnDefinition(). |
Copyright © 2023 The Apache Software Foundation. All rights reserved.