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() |
String |
getDbType() |
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, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
String getName()
long nameHashCode64()
void setName(String name)
Boolean getWithTimeZone()
void setWithTimeZone(Boolean value)
boolean isWithLocalTimeZone()
void setWithLocalTimeZone(boolean value)
SQLDataType clone()
void setDbType(String dbType)
String getDbType()
Copyright © 2013–2017 Alibaba Group. All rights reserved.