Oracle ADF Business Components Domains API Reference 10.1.2 B14023-02


oracle.jbo.domain
Class TimestampTZ

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

All Implemented Interfaces:
java.io.Serializable

public class TimestampTZ
extends Timestamp
See Also:
Serialized Form

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

Method Summary
static CustomDatumFactory getCustomDatumFactory()
Internal: Applications should not invoke this method.
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 java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait

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 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 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.

Overrides:
toDatum in class Timestamp
Returns:
A Datum containing TIMESTAMP object.
Throws:
java.sql.SQLException

Oracle ADF Business Components Domains API Reference 10.1.2 B14023-02


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