Changed Methods |
void setNanos(int )
|
Documentation changed from old to new. |
Sets this Timestamp object's nanos field to the given value. |
String toString()
|
Documentation changed from old to new. |
Formats a timestamp in JDBC timestamp escape format. |
Timestamp valueOf(String )
|
Documentation changed from old to new. |
Converts a String object in JDBC timestamp escape format to a Timestamp value. |
boolean after(Timestamp )
|
Documentation changed from old to new. |
Indicates whether this Timestamp object is later than the given Timestamp object. |
boolean before(Timestamp )
|
Documentation changed from old to new. |
Indicates whether this Timestamp object is earlier than the given Timestamp object. |
boolean equals(Object )
|
Documentation changed from old to new. |
Tests to see if this Timestamp object is equal to the given object. |