Oracle Application Development Framework Business Components Domains Java API Reference
10.1.3.1.0 B28971-01


oracle.jbo.domain
Class TimestampTZ

java.lang.Object
  extended byoracle.sql.Datum
      extended byoracle.sql.TIMESTAMP
          extended byoracle.jbo.domain.Timestamp
              extended byoracle.jbo.domain.TimestampTZ

All Implemented Interfaces:
oracle.sql.CustomDatum, oracle.jbo.domain.DomainInterface, oracle.jbo.domain.KeyAttributeInterface, oracle.jdbc.internal.ObjectData, java.io.Serializable, oracle.jbo.domain.XMLDomainInterface, oracle.jbo.domain.XMLDomainWriter

public class TimestampTZ
extends Timestamp
See Also:
Serialized Form

Constructor Summary
TimestampTZ()
           
TimestampTZ(java.sql.Timestamp ts)
           
TimestampTZ(Timestamp value)
           

 

Method Summary
static oracle.sql.CustomDatumFactory getCustomDatumFactory()
          Internal: Applications should not invoke this method.
 oracle.sql.Datum toDatum(oracle.jdbc.driver.OracleConnection conn)
          Internal: Applications should not invoke this method.
protected  void validate()
          Implements domain validation logic and throws a JboException on error.

 

Methods inherited from class oracle.jbo.domain.Timestamp
dateValue, equals, getData, getSerializedDomainXML, getTime, getValue, getXMLContentNode, getXMLDomainFactory, hashCode, printXMLDefinition, setContext, toString, toTimestamp

 

Methods inherited from class oracle.sql.TIMESTAMP
isConvertibleTo, makeJdbcArray, stringValue, timestampValue, timeValue, TimeZoneConvert, toBytes, toBytes, toBytes, toBytes, toBytes, toBytes, toDate, toDATE, toJdbc, toString, toTime, toTimestamp

 

Methods inherited from class oracle.sql.Datum
asciiStreamValue, bigDecimalValue, binaryStreamValue, booleanValue, byteValue, characterStreamValue, compareBytes, doubleValue, floatValue, getBytes, getLength, getStream, intValue, longValue, setBytes, setShareBytes, shareBytes

 

Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait

 

Methods inherited from interface oracle.jbo.domain.KeyAttributeInterface
getBytes, setBytes

 

Constructor Detail

TimestampTZ

public TimestampTZ()
            throws java.sql.SQLException

TimestampTZ

public TimestampTZ(java.sql.Timestamp ts)
            throws java.sql.SQLException

TimestampTZ

public TimestampTZ(Timestamp value)
            throws java.sql.SQLException

Method Detail

validate

protected void validate()
Implements domain validation logic and throws a JboException on error.

getCustomDatumFactory

public static oracle.sql.CustomDatumFactory getCustomDatumFactory()
Description copied from class: Timestamp
Internal: Applications should not invoke this method.

Initializes the Timestamp Domain.

This method is invoked when JBO is initialized. Applications should not call this method directly.


toDatum

public oracle.sql.Datum toDatum(oracle.jdbc.driver.OracleConnection conn)
                         throws java.sql.SQLException
Description copied from class: Timestamp
Internal: Applications should not invoke this method.

Converts this Timestamp Domain object back into an SQL TIMESTAMP object.

Specified by:
toDatum in interface oracle.sql.CustomDatum
Overrides:
toDatum in class Timestamp
Parameters:
conn - OracleConnection Not used.
Returns:
A Datum containing TIMESTAMP object.
Throws:
java.sql.SQLException

Oracle Application Development Framework Business Components Domains Java API Reference
10.1.3.1.0 B28971-01


Copyright © 1997, 2006, Oracle. All rights reserved.