| Package | Description |
|---|---|
| org.apache.shardingsphere.sql.parser.autogen |
| Modifier and Type | Method and Description |
|---|---|
MySQLStatementParser.ColumnAttributeContext |
MySQLStatementParser.columnAttribute() |
MySQLStatementParser.ColumnAttributeContext |
MySQLStatementParser.FieldDefinitionContext.columnAttribute(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<MySQLStatementParser.ColumnAttributeContext> |
MySQLStatementParser.FieldDefinitionContext.columnAttribute() |
| Modifier and Type | Method and Description |
|---|---|
T |
MySQLStatementBaseVisitor.visitColumnAttribute(MySQLStatementParser.ColumnAttributeContext ctx)
Visit a parse tree produced by
MySQLStatementParser.columnAttribute(). |
T |
MySQLStatementVisitor.visitColumnAttribute(MySQLStatementParser.ColumnAttributeContext ctx)
Visit a parse tree produced by
MySQLStatementParser.columnAttribute(). |
Copyright © 2023 The Apache Software Foundation. All rights reserved.