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 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 time escape format. |
Time valueOf(String )
|
Documentation changed from old to new. |
Converts a string in JDBC time escape format to a Time value. |