public interface SQLDataType extends SQLObject
| 限定符和类型 | 接口和说明 |
|---|---|
static interface |
SQLDataType.Constants |
| 限定符和类型 | 方法和说明 |
|---|---|
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–2023. All rights reserved.