public class OracleDataTypeTimestamp extends SQLDataTypeImpl implements OracleSQLObject
| 构造器和说明 |
|---|
OracleDataTypeTimestamp() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
boolean |
isWithLocalTimeZone() |
boolean |
isWithTimeZone() |
void |
setWithLocalTimeZone(boolean withLocalTimeZone) |
void |
setWithTimeZone(boolean withTimeZone) |
equals, getArguments, getName, hashCode, setNameaccept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toStringaccept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParentpublic void accept0(OracleASTVisitor visitor)
accept0 在接口中 OracleSQLObjectpublic boolean isWithTimeZone()
public void setWithTimeZone(boolean withTimeZone)
public boolean isWithLocalTimeZone()
public void setWithLocalTimeZone(boolean withLocalTimeZone)
Copyright © 2013-2014 Alibaba Group. All Rights Reserved.