| Changed Methods | 
  | voidsetNanos(int) | Documentation changed from old to new. 
 | Sets this Timestampobject'snanosfield to the given value. | 
  | StringtoString() | Documentation changed from old to new. 
 | Formats a timestamp in JDBC timestamp escape format. | 
  | TimestampvalueOf(String) | Documentation changed from old to new. 
 | Converts a Stringobject in JDBC timestamp escape format to aTimestampvalue. | 
  | booleanafter(Timestamp) | Documentation changed from old to new. 
 | Indicates whether this Timestampobject is later than the givenTimestampobject. | 
  | booleanbefore(Timestamp) | Documentation changed from old to new. 
 | Indicates whether this Timestampobject is earlier than the givenTimestampobject. | 
  | booleanequals(Object) | Documentation changed from old to new. 
 | Tests to see if this Timestampobject is equal to the given object. |