All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.xmlmiddleware.conversions.ConvertTime
Actually, this class is here for completeness. It doesn't do anything useful. We follow the JDBC Getting Started manual with respect to converting Time to Timestamp. ODBC allows this, setting the date to the current date, but the Getting Started manual states that setObject cannot do this. Since the JDBC spec doesn't state whether this conversion is supported, this is the best we have to go on...
To convert to/from String, use an implementation of the Formatter interface.
public ConvertTime()
public static Time toTime(Time t)
All Packages Class Hierarchy This Package Previous Next Index