* Get the times tamp as a Java Date. * Some precision is lost since the Date class only supports millisecond resolution. * @return The time stamp as a Date. public Date getDate() { return new Date( ...
When I use java.sql.Timestamp value with PreparedStatement#setObject, PreparedStatement#executeUpdate throws an exception. It probably happens due to the conversion: driver converts the value to the ...