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