| Package | Description |
|---|---|
| com.alibaba.druid.sql.dialect.mysql.ast.expr | |
| com.alibaba.druid.sql.dialect.mysql.visitor |
| Modifier and Type | Method and Description |
|---|---|
List<MySqlJSONTableExpr.Column> |
MySqlJSONTableExpr.getColumns() |
List<MySqlJSONTableExpr.Column> |
MySqlJSONTableExpr.Column.getNestedColumns() |
| Modifier and Type | Method and Description |
|---|---|
void |
MySqlJSONTableExpr.addColumn(MySqlJSONTableExpr.Column column) |
void |
MySqlJSONTableExpr.Column.addNestedColumn(MySqlJSONTableExpr.Column column) |
| Modifier and Type | Method and Description |
|---|---|
default void |
MySqlASTVisitor.endVisit(MySqlJSONTableExpr.Column x) |
boolean |
MySqlOutputVisitor.visit(MySqlJSONTableExpr.Column x) |
default boolean |
MySqlASTVisitor.visit(MySqlJSONTableExpr.Column x) |
Copyright © 2013–2021 Alibaba Group. All rights reserved.