public class TimestampLTZ extends TimestampTZ
BUILD_DATE, SIZE_DATE, SIZE_TIMESTAMP, SIZE_TIMESTAMP_NOFRAC, TRACE| Constructor and Description | 
|---|
| TimestampLTZ() | 
| TimestampLTZ(java.lang.String value)Creates a  TimestampLTZDomain object from a
 JavaString. | 
| TimestampLTZ(java.lang.String value,
            boolean bConvertToUserTZ)Creates a  TimestampLTZDomain object from a
 JavaString. | 
| TimestampLTZ(java.lang.String value,
            java.util.Calendar cal)Creates a  TimestampLTZDomain object from a
 JavaString. | 
| TimestampLTZ(java.sql.Timestamp value)Creates a  TimestampLTZDomain object from a JDBCTimestamp. | 
| TimestampLTZ(Timestamp value)Create a TimestampLTZ instance from a oracle.jbo.domain.Timestamp. | 
| TimestampLTZ(java.sql.Timestamp value,
            boolean bConvertToUserTZ)Creates a  TimestampLTZDomain object from a JDBCTimestamp. | 
| TimestampLTZ(java.sql.Timestamp value,
            java.util.Calendar cal)Creates a  TimestampLTZDomain 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 TimestampLTZ()
             throws java.sql.SQLException
java.sql.SQLExceptionpublic TimestampLTZ(java.sql.Timestamp value)
             throws java.sql.SQLException
TimestampLTZ Domain object from a JDBC
 Timestamp.value - a TIMESTAMP SQL object.java.sql.SQLExceptionpublic TimestampLTZ(java.sql.Timestamp value,
            boolean bConvertToUserTZ)
TimestampLTZ 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 TimestampLTZ(java.sql.Timestamp value,
            java.util.Calendar cal)
TimestampLTZ Domain object from a JDBC
 Timestamp.value - a TIMESTAMP SQL object.cal - converts the value to the timezone 
        in the cal argument.public TimestampLTZ(Timestamp value) throws java.sql.SQLException
java.sql.SQLExceptionpublic TimestampLTZ(java.lang.String value)
TimestampLTZ Domain object from a
 Java String.value - a textual representation of a Timestamp.public TimestampLTZ(java.lang.String value,
            boolean bConvertToUserTZ)
TimestampLTZ 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 TimestampLTZ(java.lang.String value,
            java.util.Calendar cal)
TimestampLTZ 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()
validate in class TimestampTZpublic 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.
toDatum in interface ORADatatoDatum in class TimestampTZconn - OracleConnection Not used.Datum containing TIMESTAMP object.java.sql.SQLExceptionpublic void setContext(DomainOwnerInterface owner, Transaction trans, java.lang.Object ctx)
TimestampsetContext in interface DomainInterfacesetContext in class TimestampTZpublic java.lang.String toString()
Timestampthis to a textual
 representation.toString in class TimestampTZpublic static XMLDomainReaderFactory getXMLDomainFactory(java.lang.Class attrClass)