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