public static class MySqlJSONTableExpr.Column extends MySqlObjectImpl
attributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
Column() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(MySqlASTVisitor v) |
void |
addNestedColumn(MySqlJSONTableExpr.Column column) |
SQLDataType |
getDataType() |
SQLName |
getName() |
List<MySqlJSONTableExpr.Column> |
getNestedColumns() |
SQLExpr |
getOnEmpty() |
SQLExpr |
getOnError() |
SQLExpr |
getPath() |
boolean |
isExists() |
boolean |
isOrdinality() |
void |
setDataType(SQLDataType x) |
void |
setExists(boolean exists) |
void |
setName(SQLName x) |
void |
setOnEmpty(SQLExpr x) |
void |
setOnError(SQLExpr x) |
void |
setOrdinality(boolean ordinality) |
void |
setPath(SQLExpr x) |
accept0accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic void accept0(MySqlASTVisitor v)
accept0 在接口中 MySqlObjectaccept0 在类中 MySqlObjectImplpublic SQLName getName()
public void setName(SQLName x)
public SQLDataType getDataType()
public void setDataType(SQLDataType x)
public SQLExpr getPath()
public void setPath(SQLExpr x)
public boolean isOrdinality()
public void setOrdinality(boolean ordinality)
public boolean isExists()
public void setExists(boolean exists)
public SQLExpr getOnError()
public void setOnError(SQLExpr x)
public SQLExpr getOnEmpty()
public void setOnEmpty(SQLExpr x)
public List<MySqlJSONTableExpr.Column> getNestedColumns()
public void addNestedColumn(MySqlJSONTableExpr.Column column)
Copyright © 2013–2023. All rights reserved.