Klasse java.sql.Timestamp | 1.1 |
java.lang.Object | +--java.util.Date | +--java.sql.Timestamp
Konstruktoren | |
---|---|
public | Timestamp(long time) |
public | Timestamp(int year, int month, int date, int hour, int minute, int second, int nano)
Verworfen in Version 1.4. |
Methoden | |
---|---|
public boolean | after(Timestamp ts) |
public boolean | before(Timestamp ts) |
public int | compareTo(Object o) |
public int | compareTo(Timestamp ts) ![]() |
public boolean | equals(Timestamp ts) |
public boolean | equals(Object ts) |
public int | getNanos() |
public long | getTime() |
public void | setNanos(int n) |
public void | setTime(long time) |
public String | toString() |
public static Timestamp | valueOf(String s) |