Generated by
JDiff

Class java.sql.Timestamp

Added Methods
int compareTo(Object) Compares this Timestamp to another Object.
int compareTo(Timestamp) Compares two Timestamps for ordering.
 

Changed Methods
long getTime() Method was inherited from Date, but is now defined locally. Returns the number of milliseconds since January 1 1970 00:00:00 GMT represented by this Timestamp object.
void setTime(long) Method was inherited from Date, but is now defined locally. Sets this Timestamp object to represent a point in time that is time milliseconds after January 1 1970 00:00:00 GMT.