Changed Methods |
int getHours()
|
Documentation changed from old to new. |
This method is deprecated and should not be used because SQL Date values do not have a time component. |
int getMinutes()
|
Documentation changed from old to new. |
This method is deprecated and should not be used because SQL Date values do not have a time component. |
int getSeconds()
|
Documentation changed from old to new. |
This method is deprecated and should not be used because SQL Date values do not have a time component. |
void setHours(int )
|
Documentation changed from old to new. |
This method is deprecated and should not be used because SQL Date values do not have a time component. |
void setMinutes(int )
|
Documentation changed from old to new. |
This method is deprecated and should not be used because SQL Date values do not have a time component. |
void setSeconds(int )
|
Documentation changed from old to new. |
This method is deprecated and should not be used because SQL Date values do not have a time component. |
void setTime(long )
|
Documentation changed from old to new. |
Sets an existing Date object using the given milliseconds time value. |
Date valueOf(String )
|
Documentation changed from old to new. |
Converts a string in JDBC date escape format to a Date value. |