Uses of Class
proper.util.Timestamp

Packages that use Timestamp
proper.util Contains classes that don't fit into any other category. 
 

Uses of Timestamp in proper.util
 

Methods in proper.util that return Timestamp
static Timestamp Timestamp.valueOf()
          creates a timestamp with current time and NO host
static Timestamp Timestamp.valueOf(java.util.Date timestamp)
          creates a timestamp with the given time and NO host
static Timestamp Timestamp.valueOf(java.util.Date timestamp, java.lang.String host)
          creates a timestamp with the given time and host
static Timestamp Timestamp.valueOf(java.lang.String host)
          creates a timestamp with current time and the given host