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)
public static double toDouble(Float f)
public static Double toDoubleObject(float f)
public static Double toDoubleObject(Float f)
public static float toFloat(float f)
public static float toFloat(Float f)
public static Float toFloatObject(float f)
public static Float toFloatObject(Float f)
public static BigDecimal toBigDecimal(float f)
public static BigDecimal toBigDecimal(Float f)
public static long toLong(float f) throws XMLMiddlewareException
public static long toLong(Float f) throws XMLMiddlewareException
public static Long toLongObject(float f) throws XMLMiddlewareException
public static Long toLongObject(Float f) throws XMLMiddlewareException
public static int toInteger(float f) throws XMLMiddlewareException
public static int toInteger(Float f) throws XMLMiddlewareException
public static Integer toIntegerObject(float f) throws XMLMiddlewareException
public static Integer toIntegerObject(Float f) throws XMLMiddlewareException
public static short toShort(float f) throws XMLMiddlewareException
public static short toShort(Float f) throws XMLMiddlewareException
public static Short toShortObject(float f) throws XMLMiddlewareException
public static Short toShortObject(Float f) throws XMLMiddlewareException
public static byte toByte(float f) throws XMLMiddlewareException
public static byte toByte(Float f) throws XMLMiddlewareException
public static Byte toByteObject(float f) throws XMLMiddlewareException
public static Byte toByteObject(Float f) throws XMLMiddlewareException
public static boolean toBoolean(float f) throws XMLMiddlewareException
public static boolean toBoolean(Float f) throws XMLMiddlewareException
public static Boolean toBooleanObject(float f) throws XMLMiddlewareException
public static Boolean toBooleanObject(Float f) throws XMLMiddlewareException
All Packages Class Hierarchy This Package Previous Next Index