Uses of Class
org.apache.ddlutils.io.converters.ConversionException

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.
 



Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.