java.sql.Time
. null
, ���׳���Ĭ��ֵ��ConvertFailedException
. java.sql.Time
��, ֱ�ӷ���. ConvertFailedException
. java.sql.Time
, ��ʽ����Ϊ"hh:mm:ss". ������ɹ�, ���׳�ConvertFailedException
. Converter
����. Warning: Any granularity smaller than seconds is lost.
@author Jose A. Illescasjava.sql.Time
. Conversion rules: null
value is returned as null
Calendar
object is convertedDate
object is convertedJDateTime
object is convertedNumber
is used as number of millisecondsStandard {@link Converter} implementation that converts an incomingString into a java.sql.Time
object, optionally using a default value or throwing a {@link ConversionException} if a conversionerror occurs.
This implementation can be configured to handle conversion either by using java.sql.Time's default String conversion, or by using a Locale's default format or by specifying a set of format patterns. See the {@link DateTimeConverter} documentation for further details.
Can be configured to either return a default value or throw a ConversionException
if a conversion error occurs.
@author Craig R. McClanahan
@version $Revision: 690380 $ $Date: 2008-08-29 21:04:38 +0100 (Fri, 29 Aug 2008) $
@since 1.3
|
|
|
|