Business Components

Uses of Class
oracle.jbo.domain.Timestamp

Uses of Timestamp in oracle.jbo.domain
 

Methods in oracle.jbo.domain that return Timestamp
static Timestamp Timestamp.toTimestamp(java.lang.String value)
          Converts an Oracle Timestamp expressed as a string to a Java Timestamp.
 

Constructors in oracle.jbo.domain with parameters of type Timestamp
Timestamp(Timestamp value)
          Creates a Timestamp identical to an existing Timestamp.
 


Business Components