java.sql
Class Timestamp
java.lang.Object
java.util.Date
java.sql.Timestamp
- All Implemented Interfaces:
- Cloneable, Comparable, Serializable
- public class Timestamp
- extends Date
Methods inherited from class java.util.Date |
after, before, clone, compareTo, getDate, getDay, getHours, getMinutes, getMonth, getSeconds, getTimezoneOffset, getYear, hashCode, parse, setDate, setHours, setMinutes, setMonth, setSeconds, setYear, toGMTString, toLocaleString, UTC |
nanos
private int nanos
serialVersionUID
static final long serialVersionUID
Timestamp
public Timestamp(int,
int,
int,
int,
int,
int,
int)
Timestamp
public Timestamp(long)
getNanos
public int getNanos()
getTime
public long getTime()
- Overrides:
getTime
in class Date
setNanos
public void setNanos(int)
setTime
public void setTime(long)
- Overrides:
setTime
in class Date
compareTo
public int compareTo(Object)
- Specified by:
compareTo
in interface Comparable
- Overrides:
compareTo
in class Date
equals
public boolean equals(Object)
- Overrides:
equals
in class Date
toString
public String toString()
- Overrides:
toString
in class Date
compareTo
public int compareTo(Timestamp)
after
public boolean after(Timestamp)
before
public boolean before(Timestamp)
equals
public boolean equals(Timestamp)
valueOf
public static Timestamp valueOf(String)
JML is Copyright (C) 1998-2002 by Iowa State University and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This release depends on code from the MultiJava project and is based in part on the Kopi project Copyright (C) 1990-99 DMS Decision Management Systems Ges.m.b.H.