All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.xmlmiddleware.conversions.ConvertFloat
The following rules from the ODBC specification are followed; the JDBC specification does not address these in spite of allowing the conversions they apply to:
To convert to/from String, use an implementation of the StringFormatter interface.
public ConvertFloat()
public static double toDouble(float f)toDouble
public static double toDouble(Float f)toDoubleObject
public static Double toDoubleObject(float f)toDoubleObject
public static Double toDoubleObject(Float f)toFloat
public static float toFloat(float f)toFloat
public static float toFloat(Float f)toFloatObject
public static Float toFloatObject(float f)toFloatObject
public static Float toFloatObject(Float f)toBigDecimal
public static BigDecimal toBigDecimal(float f)toBigDecimal
public static BigDecimal toBigDecimal(Float f)toLong
public static long toLong(float f) throws XMLMiddlewareExceptiontoLong
public static long toLong(Float f) throws XMLMiddlewareExceptiontoLongObject
public static Long toLongObject(float f) throws XMLMiddlewareExceptiontoLongObject
public static Long toLongObject(Float f) throws XMLMiddlewareExceptiontoInteger
public static int toInteger(float f) throws XMLMiddlewareExceptiontoInteger
public static int toInteger(Float f) throws XMLMiddlewareExceptiontoIntegerObject
public static Integer toIntegerObject(float f) throws XMLMiddlewareExceptiontoIntegerObject
public static Integer toIntegerObject(Float f) throws XMLMiddlewareExceptiontoShort
public static short toShort(float f) throws XMLMiddlewareExceptiontoShort
public static short toShort(Float f) throws XMLMiddlewareExceptiontoShortObject
public static Short toShortObject(float f) throws XMLMiddlewareExceptiontoShortObject
public static Short toShortObject(Float f) throws XMLMiddlewareExceptiontoByte
public static byte toByte(float f) throws XMLMiddlewareExceptiontoByte
public static byte toByte(Float f) throws XMLMiddlewareExceptiontoByteObject
public static Byte toByteObject(float f) throws XMLMiddlewareExceptiontoByteObject
public static Byte toByteObject(Float f) throws XMLMiddlewareExceptiontoBoolean
public static boolean toBoolean(float f) throws XMLMiddlewareExceptiontoBoolean
public static boolean toBoolean(Float f) throws XMLMiddlewareExceptiontoBooleanObject
public static Boolean toBooleanObject(float f) throws XMLMiddlewareExceptiontoBooleanObject
public static Boolean toBooleanObject(Float f) throws XMLMiddlewareException
All Packages Class Hierarchy This Package Previous Next Index