public class MySqlJSONTableExpr extends MySqlExprImpl
| 限定符和类型 | 类和说明 |
|---|---|
static class |
MySqlJSONTableExpr.Column |
hintattributes, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
MySqlJSONTableExpr() |
| 限定符和类型 | 方法和说明 |
|---|---|
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, setHintaccept0accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParent, setSourceColumn, setSourceLine, toStringcomputeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic void accept0(MySqlASTVisitor v)
accept0 在接口中 MySqlObjectaccept0 在类中 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–2023. All rights reserved.