public class SQLArrayDataType extends SQLObjectImpl implements SQLDataType
SQLDataType.Constants
Modifier and Type | Field and Description |
---|---|
static SQLArrayDataType |
ARRYA_CHAR |
Constructor and Description |
---|
SQLArrayDataType(SQLDataType componentType) |
SQLArrayDataType(SQLDataType componentType,
DbType dbType) |
Modifier and Type | Method and Description |
---|---|
SQLArrayDataType |
clone() |
List<SQLExpr> |
getArguments() |
SQLDataType |
getComponentType() |
DbType |
getDbType() |
String |
getName() |
Boolean |
getWithTimeZone() |
boolean |
hasKeyLength() |
boolean |
isInt() |
boolean |
isNumberic() |
boolean |
isString() |
boolean |
isWithLocalTimeZone() |
int |
jdbcType() |
long |
nameHashCode64() |
void |
setComponentType(SQLDataType x) |
void |
setDbType(DbType dbType) |
void |
setName(String name) |
void |
setWithLocalTimeZone(boolean value) |
void |
setWithTimeZone(Boolean value) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParent
public static final SQLArrayDataType ARRYA_CHAR
public SQLArrayDataType(SQLDataType componentType)
public SQLArrayDataType(SQLDataType componentType, DbType dbType)
public String getName()
getName
in interface SQLDataType
public long nameHashCode64()
nameHashCode64
in interface SQLDataType
public void setName(String name)
setName
in interface SQLDataType
public List<SQLExpr> getArguments()
getArguments
in interface SQLDataType
public Boolean getWithTimeZone()
getWithTimeZone
in interface SQLDataType
public void setWithTimeZone(Boolean value)
setWithTimeZone
in interface SQLDataType
public boolean isWithLocalTimeZone()
isWithLocalTimeZone
in interface SQLDataType
public void setWithLocalTimeZone(boolean value)
setWithLocalTimeZone
in interface SQLDataType
public void setDbType(DbType dbType)
setDbType
in interface SQLDataType
public DbType getDbType()
getDbType
in interface SQLDataType
public SQLArrayDataType clone()
clone
in interface SQLDataType
clone
in interface SQLObject
clone
in class SQLObjectImpl
public SQLDataType getComponentType()
public void setComponentType(SQLDataType x)
public int jdbcType()
jdbcType
in interface SQLDataType
public boolean isInt()
isInt
in interface SQLDataType
public boolean isNumberic()
isNumberic
in interface SQLDataType
public boolean isString()
isString
in interface SQLDataType
public boolean hasKeyLength()
hasKeyLength
in interface SQLDataType
Copyright © 2013–2021 Alibaba Group. All rights reserved.