Changed Methods |
int getDate()
|
Documentation changed from old to new. |
This method is deprecated and should not be used because SQL TIME values do not have a date component. |
int getDay()
|
Documentation changed from old to new. |
This method is deprecated and should not be used because SQL TIME values do not have a day component. |
int getMonth()
|
Documentation changed from old to new. |
This method is deprecated and should not be used because SQL TIME values do not have a month component. |
int getYear()
|
Documentation changed from old to new. |
This method is deprecated and should not be used because SQL TIME values do not have a year component. |
void setDate(int )
|
Documentation changed from old to new. |
This method is deprecated and should not be used because SQL TIME values do not have a date component. |
void setMonth(int )
|
Documentation changed from old to new. |
This method is deprecated and should not be used because SQL TIME values do not have a month component. |
void setYear(int )
|
Documentation changed from old to new. |
This method is deprecated and should not be used because SQL TIME values do not have a year component. |
String toString()
|
Documentation changed from old to new. |
Formats a time in JDBC date escape format |