public class SQLRecordDataType extends SQLDataTypeImpl implements SQLDataType
SQLDataType.Constants| 限定符和类型 | 字段和说明 |
|---|---|
private List<SQLColumnDefinition> |
columns |
argumentsattributes, parent| 构造器和说明 |
|---|
SQLRecordDataType() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
void |
addColumn(SQLColumnDefinition column) |
SQLRecordDataType |
clone() |
List<SQLColumnDefinition> |
getColumns() |
addArgument, cloneTo, equals, getArguments, getDbType, getName, getWithTimeZone, hashCode, isUnsigned, isWithLocalTimeZone, isZerofill, nameHashCode64, setDbType, setName, setUnsigned, setWithLocalTimeZone, setWithTimeZone, setZerofill, toStringaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentgetArguments, getDbType, getName, getWithTimeZone, isWithLocalTimeZone, nameHashCode64, setDbType, setName, setWithLocalTimeZone, setWithTimeZoneaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprivate final List<SQLColumnDefinition> columns
public List<SQLColumnDefinition> getColumns()
public void addColumn(SQLColumnDefinition column)
public SQLRecordDataType clone()
clone 在接口中 SQLDataTypeclone 在接口中 SQLObjectclone 在类中 SQLDataTypeImplprotected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLDataTypeImplCopyright © 2013–2019 Alibaba Group. All rights reserved.