|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConversionException | |
---|---|
org.apache.ddlutils.io.converters |
This package contains helper classes that convert between textual representations
and values of the types that correspond to the JDBC type codes given by
Types . |
Uses of ConversionException in org.apache.ddlutils.io.converters |
---|
Methods in org.apache.ddlutils.io.converters that throw ConversionException | |
---|---|
java.lang.Object |
TimestampConverter.convertFromString(java.lang.String textRep,
int sqlTypeCode)
Converts the given textual representation to an instance of the target type. |
java.lang.Object |
NumberConverter.convertFromString(java.lang.String textRep,
int sqlTypeCode)
Converts the given textual representation to an instance of the target type. |
java.lang.Object |
DateConverter.convertFromString(java.lang.String textRep,
int sqlTypeCode)
Converts the given textual representation to an instance of the target type. |
java.lang.Object |
ByteArrayBase64Converter.convertFromString(java.lang.String textRep,
int sqlTypeCode)
Converts the given textual representation to an instance of the target type. |
java.lang.Object |
SqlTypeConverter.convertFromString(java.lang.String textRep,
int sqlTypeCode)
Converts the given textual representation to an instance of the target type. |
java.lang.Object |
TimeConverter.convertFromString(java.lang.String textRep,
int sqlTypeCode)
Converts the given textual representation to an instance of the target type. |
java.lang.String |
TimestampConverter.convertToString(java.lang.Object obj,
int sqlTypeCode)
Converts the given object to a string representation. |
java.lang.String |
NumberConverter.convertToString(java.lang.Object obj,
int sqlTypeCode)
Converts the given object to a string representation. |
java.lang.String |
DateConverter.convertToString(java.lang.Object obj,
int sqlTypeCode)
Converts the given object to a string representation. |
java.lang.String |
ByteArrayBase64Converter.convertToString(java.lang.Object obj,
int sqlTypeCode)
Converts the given object to a string representation. |
java.lang.String |
SqlTypeConverter.convertToString(java.lang.Object obj,
int sqlTypeCode)
Converts the given object to a string representation. |
java.lang.String |
TimeConverter.convertToString(java.lang.Object obj,
int sqlTypeCode)
Converts the given object to a string representation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |