public class SQLStructDataType extends SQLObjectImpl implements SQLDataType
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SQLStructDataType.Field |
SQLDataType.Constants| 限定符和类型 | 字段和说明 |
|---|---|
private String |
dbType |
private List<SQLStructDataType.Field> |
fields |
attributes, parent| 构造器和说明 |
|---|
SQLStructDataType() |
SQLStructDataType(String dbType) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
void |
addField(SQLName name,
SQLDataType dataType) |
SQLStructDataType |
clone() |
List<SQLExpr> |
getArguments() |
String |
getDbType() |
List<SQLStructDataType.Field> |
getFields() |
String |
getName() |
Boolean |
getWithTimeZone() |
boolean |
isWithLocalTimeZone() |
long |
nameHashCode64() |
void |
setDbType(String dbType) |
void |
setName(String name) |
void |
setWithLocalTimeZone(boolean value) |
void |
setWithTimeZone(Boolean value) |
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprivate String dbType
private List<SQLStructDataType.Field> fields
public SQLStructDataType()
public SQLStructDataType(String dbType)
public String getName()
getName 在接口中 SQLDataTypepublic long nameHashCode64()
nameHashCode64 在接口中 SQLDataTypepublic void setName(String name)
setName 在接口中 SQLDataTypepublic List<SQLExpr> getArguments()
getArguments 在接口中 SQLDataTypepublic Boolean getWithTimeZone()
getWithTimeZone 在接口中 SQLDataTypepublic void setWithTimeZone(Boolean value)
setWithTimeZone 在接口中 SQLDataTypepublic boolean isWithLocalTimeZone()
isWithLocalTimeZone 在接口中 SQLDataTypepublic void setWithLocalTimeZone(boolean value)
setWithLocalTimeZone 在接口中 SQLDataTypepublic void setDbType(String dbType)
setDbType 在接口中 SQLDataTypepublic String getDbType()
getDbType 在接口中 SQLDataTypeprotected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic SQLStructDataType clone()
clone 在接口中 SQLDataTypeclone 在接口中 SQLObjectclone 在类中 SQLObjectImplpublic List<SQLStructDataType.Field> getFields()
public void addField(SQLName name, SQLDataType dataType)
Copyright © 2013–2019 Alibaba Group. All rights reserved.