All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----java.util.Date
|
+----java.sql.Time
This class is used to represent a subset of the standard java.util.date information. We only deal with hours, minutes, and seconds. This lets us represent SQL TIME information.
public Time(int hour,
int minute,
int second)
public static Time valueOf(String s)
public String toString()
All Packages Class Hierarchy This Package Previous Next Index