| Modifier and Type | Method and Description |
|---|---|
SQLServerStatementParser.ColumnDefinitionContext |
SQLServerStatementParser.columnDefinition() |
SQLServerStatementParser.ColumnDefinitionContext |
SQLServerStatementParser.CreateTableDefinitionContext.columnDefinition() |
SQLServerStatementParser.ColumnDefinitionContext |
SQLServerStatementParser.AlterColumnAddOptionContext.columnDefinition() |
SQLServerStatementParser.ColumnDefinitionContext |
SQLServerStatementParser.TableTypeDefinitionContext.columnDefinition() |
| Modifier and Type | Method and Description |
|---|---|
T |
SQLServerStatementBaseVisitor.visitColumnDefinition(SQLServerStatementParser.ColumnDefinitionContext ctx)
Visit a parse tree produced by
SQLServerStatementParser.columnDefinition(). |
T |
SQLServerStatementVisitor.visitColumnDefinition(SQLServerStatementParser.ColumnDefinitionContext ctx)
Visit a parse tree produced by
SQLServerStatementParser.columnDefinition(). |
| Modifier and Type | Method and Description |
|---|---|
org.apache.shardingsphere.sql.parser.api.visitor.ASTNode |
SQLServerDDLStatementSQLVisitor.visitColumnDefinition(SQLServerStatementParser.ColumnDefinitionContext ctx) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.