Uses of Class
com.mcpdbwizard.pub.CSNumberFormatException

  • Uses of CSNumberFormatException in com.mcpdbwizard.pub

    Modifier and Type
    Method
    Description
    PlsqlIndexByTable2.getArrayAsBigDecimal()
    Get the array data as java.math.BigDecimal[] This convenience method returns the contents of the array as an array of BigDecimal.
    double[]
    PlsqlIndexByTable2.getArrayAsDouble(double nullToken)
    Get the array data as double[] This convenience method returns the contents of the array as an array of double.
    PlsqlIndexByTable2.getArrayAsDoubleObject()
    Get the array data as Double[] This convenience method returns the contents of the array as an array of BigDecimal.
    float[]
    PlsqlIndexByTable2.getArrayAsFloat(float nullToken)
    Get the array data as float[] This convenience method returns the contents of the array as an array of float.
    PlsqlIndexByTable2.getArrayAsFloatObject()
    Get the array data as Float[] This convenience method returns the contents of the array as an array of BigDecimal.
    int[]
    PlsqlIndexByTable2.getArrayAsInt(int nullToken)
    Get the array data as int[] This convenience method returns the contents of the array as an array of int.
    PlsqlIndexByTable2.getArrayAsIntegerObject()
    Get the array data as Integer[] This convenience method returns the contents of the array as an array of BigDecimal.
    long[]
    PlsqlIndexByTable2.getArrayAsLong(long nullToken)
    Get the array data as long[] This convenience method returns the contents of the array as an array of long.
    PlsqlIndexByTable2.getArrayAsLongObject()
    Get the array data as Long[] This convenience method returns the contents of the array as an array of BigDecimal.