The methods of Java.Sql.Timestamp are listed below. For a list of all members, see the Timestamp Members list.
See Also: Inherited members from Java.Util.Date
After(Timestamp)Returns true if this timestamp object is later than the supplied timestamp, otherwise returns false. | ||
Before(Timestamp)Returns true if this Timestamp object is earlier than the supplied timestamp, otherwise returns false. | ||
CompareTo(Timestamp)Compares this Timestamp object with a supplied Timestamp object. | ||
Equals(Timestamp)Tests to see if this timestamp is equal to a supplied timestamp. | ||
static | ValueOf(string)Creates a Timestamp object with a time value equal to the time specified by a supplied String holding the time in JDBC timestamp escape format, which is "yyyy-MM-dd HH:mm:ss.nnnnnnnnn" | |