public class SQLMapDataType extends SQLObjectImpl implements SQLDataType
SQLDataType.Constants| Constructor and Description |
|---|
SQLMapDataType() |
SQLMapDataType(SQLDataType keyType,
SQLDataType valueType) |
SQLMapDataType(SQLDataType keyType,
SQLDataType valueType,
String dbType) |
| Modifier and Type | Method and Description |
|---|---|
SQLMapDataType |
clone() |
List<SQLExpr> |
getArguments() |
String |
getDbType() |
SQLDataType |
getKeyType() |
String |
getName() |
SQLDataType |
getValueType() |
Boolean |
getWithTimeZone() |
boolean |
isWithLocalTimeZone() |
long |
nameHashCode64() |
void |
setDbType(String dbType) |
void |
setKeyType(SQLDataType x) |
void |
setName(String name) |
void |
setValueType(SQLDataType x) |
void |
setWithLocalTimeZone(boolean value) |
void |
setWithTimeZone(Boolean value) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic SQLMapDataType()
public SQLMapDataType(SQLDataType keyType, SQLDataType valueType)
public SQLMapDataType(SQLDataType keyType, SQLDataType valueType, String dbType)
public String getName()
getName in interface SQLDataTypepublic long nameHashCode64()
nameHashCode64 in interface SQLDataTypepublic void setName(String name)
setName in interface SQLDataTypepublic List<SQLExpr> getArguments()
getArguments in interface SQLDataTypepublic Boolean getWithTimeZone()
getWithTimeZone in interface SQLDataTypepublic void setWithTimeZone(Boolean value)
setWithTimeZone in interface SQLDataTypepublic boolean isWithLocalTimeZone()
isWithLocalTimeZone in interface SQLDataTypepublic void setWithLocalTimeZone(boolean value)
setWithLocalTimeZone in interface SQLDataTypepublic void setDbType(String dbType)
setDbType in interface SQLDataTypepublic String getDbType()
getDbType in interface SQLDataTypepublic SQLMapDataType clone()
clone in interface SQLDataTypeclone in interface SQLObjectclone in class SQLObjectImplpublic SQLDataType getKeyType()
public void setKeyType(SQLDataType x)
public SQLDataType getValueType()
public void setValueType(SQLDataType x)
Copyright © 2013–2018 Alibaba Group. All rights reserved.