public class TimestampTZ extends Timestamp
BUILD_DATE, SIZE_DATE, SIZE_TIMESTAMP, SIZE_TIMESTAMP_NOFRAC, TRACE| Constructor and Description | 
|---|
| TimestampTZ() | 
| TimestampTZ(java.lang.String value)Creates a  TimestampTZDomain object from a
 JavaString. | 
| TimestampTZ(java.lang.String value,
           boolean bConvertToUserTZ)Creates a  TimestampTZDomain object from a
 JavaString. | 
| TimestampTZ(java.lang.String value,
           java.util.Calendar cal)Creates a  TimestampTZDomain object from a
 JavaString. | 
| TimestampTZ(java.sql.Timestamp value)Creates a  TimestampTZDomain object from a JDBCTimestamp. | 
| TimestampTZ(Timestamp value)Create a TimestampTZ instance from a oracle.jbo.domain.Timestamp. | 
| TimestampTZ(java.sql.Timestamp value,
           boolean bConvertToUserTZ)Creates a  TimestampTZDomain object from a JDBCTimestamp. | 
| TimestampTZ(java.sql.Timestamp value,
           java.util.Calendar cal)Creates a  TimestampTZDomain object from a JDBCTimestamp. | 
| Modifier and Type | Method and Description | 
|---|---|
| static ORADataFactory | getORADataFactory() | 
| static XMLDomainReaderFactory | getXMLDomainFactory(java.lang.Class attrClass)Internal: Applications should not use this method. | 
| void | setContext(DomainOwnerInterface owner,
          Transaction trans,
          java.lang.Object ctx)Internal: Applications should not invoke this method. | 
| Datum | toDatum(java.sql.Connection conn)Internal: Applications should not invoke this method. | 
| java.lang.String | toString()For testing purposes only: converts  thisto a textual
 representation. | 
| protected void | validate()Implements domain validation logic and throws a JboException on error. | 
compareTo, dateValue, equals, getData, getNativeObject, getSerializedDomainXML, getTime, getValue, getXMLContentNode, hashCode, printXMLDefinition, toJDBCObject, toTimestampgetJavaYear, getNanos, getOracleYear, isConvertibleTo, makeJdbcArray, stringValue, timestampValue, timestampValue, timeValue, TimeZoneConvert, toBytes, toBytes, toBytes, toBytes, toBytes, toBytes, toBytes, toDate, toDATE, toJdbc, toString, toTime, toTimestamp, toTimestampasciiStreamValue, bigDecimalValue, binaryStreamValue, booleanValue, bytesEqual, byteValue, characterStreamValue, compareBytes, doubleValue, floatValue, getBytes, getConnectionDuringExceptionHandling, getLength, getStream, intValue, isNull, longValue, setBytes, setShareBytes, shareBytes, stringValue, timeValue, toClassclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetBytes, setBytespublic TimestampTZ()
            throws java.sql.SQLException
java.sql.SQLExceptionpublic TimestampTZ(java.sql.Timestamp value)
            throws java.sql.SQLException
TimestampTZ Domain object from a JDBC
 Timestamp.value - a TIMESTAMP SQL object.java.sql.SQLExceptionpublic TimestampTZ(java.sql.Timestamp value,
           boolean bConvertToUserTZ)
TimestampTZ Domain object from a JDBC
 Timestamp.value - a TIMESTAMP SQL object.bConvertToUserTZ - if this flag is true
        then the timestamp is converted to the user time zone. User
        Time zone is obtained from the ADF Context. It is typically
        configured in the application settings.public TimestampTZ(java.sql.Timestamp value,
           java.util.Calendar cal)
TimestampTZ Domain object from a JDBC
 Timestamp.value - a TIMESTAMP SQL object.cal - converts the value to the timezone 
        in the cal argument.public TimestampTZ(Timestamp value) throws java.sql.SQLException
java.sql.SQLExceptionpublic TimestampTZ(java.lang.String value)
TimestampTZ Domain object from a
 Java String.value - a textual representation of a Timestamp.public TimestampTZ(java.lang.String value,
           boolean bConvertToUserTZ)
TimestampTZ Domain object from a
 Java String.value - a textual representation of a Timestamp.bConvertToUserTZ - if this flag is true
        then the timestamp is converted to the user time zone. User
        Time zone is obtained from the ADF Context. It is typically
        configured in the application settings.public TimestampTZ(java.lang.String value,
           java.util.Calendar cal)
TimestampTZ Domain object from a
 Java String.value - a textual representation of a Timestamp.cal - converts the value to the timezone 
        in the cal argument.protected void validate()
public static ORADataFactory getORADataFactory()
public Datum toDatum(java.sql.Connection conn) throws java.sql.SQLException
TimestampConverts this Timestamp Domain object back into an
 SQL TIMESTAMP object.
public void setContext(DomainOwnerInterface owner, Transaction trans, java.lang.Object ctx)
TimestampsetContext in interface DomainInterfacesetContext in class Timestamppublic java.lang.String toString()
Timestampthis to a textual
 representation.public static XMLDomainReaderFactory getXMLDomainFactory(java.lang.Class attrClass)