public interface SQLDataType extends SQLObject
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SQLDataType.Constants |
| Modifier and Type | Method and Description |
|---|---|
SQLDataType |
clone() |
List<SQLExpr> |
getArguments() |
DbType |
getDbType() |
String |
getName() |
Boolean |
getWithTimeZone() |
boolean |
hasKeyLength() |
boolean |
isInt() |
boolean |
isNumberic() |
boolean |
isString() |
boolean |
isWithLocalTimeZone() |
int |
jdbcType() |
long |
nameHashCode64() |
void |
setDbType(DbType dbType) |
void |
setName(String name) |
void |
setWithLocalTimeZone(boolean value) |
void |
setWithTimeZone(Boolean value) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentString getName()
long nameHashCode64()
void setName(String name)
Boolean getWithTimeZone()
void setWithTimeZone(Boolean value)
boolean isWithLocalTimeZone()
void setWithLocalTimeZone(boolean value)
SQLDataType clone()
void setDbType(DbType dbType)
DbType getDbType()
int jdbcType()
boolean isInt()
boolean isNumberic()
boolean isString()
boolean hasKeyLength()
Copyright © 2013–2021 Alibaba Group. All rights reserved.