|
Oracle Application Development Framework Business Components Domains Java API Reference 10.1.3.1.0 B28971-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.sql.Datum
oracle.sql.TIMESTAMP
oracle.jbo.domain.Timestamp
oracle.jbo.domain.TimestampTZ
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 |
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 oracle.sql.CustomDatumFactory getCustomDatumFactory()
Timestamp
Initializes the Timestamp
Domain.
This method is invoked when JBO is initialized. Applications should not call this method directly.
public oracle.sql.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 interface oracle.sql.CustomDatum
toDatum
in class Timestamp
conn
- OracleConnection
Not used.Datum
containing TIMESTAMP
object.java.sql.SQLException
|
Oracle Application Development Framework Business Components Domains Java API Reference 10.1.3.1.0 B28971-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |