|
Business Components 9.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.sql.TIMESTAMP
oracle.jbo.domain.Timestamp
oracle.jbo.domain.TimestampTZ
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 |
public TimestampTZ() throws java.sql.SQLException
public TimestampTZ(java.sql.Timestamp ts) throws java.sql.SQLException
public TimestampTZ(Timestamp value) throws java.sql.SQLException
Method Detail |
protected void validate()
public static CustomDatumFactory getCustomDatumFactory()
Timestamp
Initializes the Timestamp
Domain.
This method is invoked when JBO is initialized. Applications should not call this method directly.
public Datum toDatum(oracle.jdbc.driver.OracleConnection conn) throws java.sql.SQLException
Timestamp
Converts this Timestamp
Domain object back into an
SQL TIMESTAMP
object.
toDatum
in class Timestamp
Datum
containing TIMESTAMP
object.
java.sql.SQLException
|
Business Components 9.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.