Searched defs:Timestamp (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/security/
H A DTimestamp.java45 public final class Timestamp implements Serializable { class in inherits:Serializable
69 * Constructs a Timestamp.
75 public Timestamp(Date timestamp, CertPath signerCertPath) { method in class:Timestamp
125 if (obj == null || (!(obj instanceof Timestamp))) {
128 Timestamp that = (Timestamp)obj;
/openjdk7/jdk/src/share/classes/java/sql/
H A DTimestamp.java36 * A Timestamp also provides formatting and
39 * <p>The precision of a Timestamp object is calculated to be either:
43 * of characters in the yyyy-mm-dd hh:mm:ss.[fff...] and <code>s</code> represents the scale of the given Timestamp,
50 * separate. The <code>Timestamp.equals(Object)</code> method never returns
52 * that isn't an instance of <code>java.sql.Timestamp</code>,
54 * As a result, the <code>Timestamp.equals(Object)</code>
61 * Due to the differences between the <code>Timestamp</code> class
64 * <code>Timestamp</code> values generically as an instance of
66 * inheritance relationship between <code>Timestamp</code>
70 public class Timestamp extend class in inherits:java.util.Date
87 public Timestamp(int year, int month, int date, method in class:Timestamp
108 public Timestamp(long time) { method in class:Timestamp
[all...]

Completed in 44 milliseconds