public class MySqlJSONTableExpr extends MySqlExprImpl
| Modifier and Type | Class and Description |
|---|---|
static class |
MySqlJSONTableExpr.Column |
| Constructor and Description |
|---|
MySqlJSONTableExpr() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(MySqlASTVisitor v) |
void |
addColumn(MySqlJSONTableExpr.Column column) |
List<SQLObject> |
getChildren() |
List<MySqlJSONTableExpr.Column> |
getColumns() |
SQLExpr |
getExpr() |
SQLExpr |
getPath() |
void |
setExpr(SQLExpr x) |
void |
setPath(SQLExpr x) |
clone, getHint, setHintaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParent, setSourceColumn, setSourceLine, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcomputeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic void accept0(MySqlASTVisitor v)
accept0 in interface MySqlObjectaccept0 in class MySqlObjectImplpublic SQLExpr getExpr()
public void setExpr(SQLExpr x)
public SQLExpr getPath()
public void setPath(SQLExpr x)
public List<MySqlJSONTableExpr.Column> getColumns()
public void addColumn(MySqlJSONTableExpr.Column column)
Copyright © 2013–2021 Alibaba Group. All rights reserved.