Constructor | Description |
---|---|
java.sql.Date(int, int, int) |
instead use the constructor
Date(long date) |
java.sql.Time(int, int, int) |
Use the constructor that takes a milliseconds value
in place of this constructor
|
java.sql.Timestamp(int, int, int, int, int, int, int) |
instead use the constructor
Timestamp(long millis) |