public static class SQLStructDataType.Field extends SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
Field(SQLName name,
SQLDataType dataType) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
String |
getComment() |
SQLDataType |
getDataType() |
SQLName |
getName() |
void |
setComment(String comment) |
void |
setDataType(SQLDataType x) |
void |
setName(SQLName x) |
accept, 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, toStringpublic Field(SQLName name, SQLDataType dataType)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic SQLName getName()
public void setName(SQLName x)
public SQLDataType getDataType()
public void setDataType(SQLDataType x)
public String getComment()
public void setComment(String comment)
Copyright © 2013–2023. All rights reserved.