Generated by
JDiff

Class java.sql.Time

Documentation changed from old to new.

Changed Constructors
Time(int, int, int) Documentation changed from old to new.
Now deprecated.
Use the constructor that takes a milliseconds value in place of this constructor
 

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