Class NumberConverter

java.lang.Object
com.clickhouse.client.api.data_formats.internal.NumberConverter

public class NumberConverter extends Object
  • Field Details

  • Constructor Details

    • NumberConverter

      public NumberConverter()
  • Method Details

    • toByte

      public static byte toByte(Object value)
    • toShort

      public static short toShort(Object value)
    • toInt

      public static int toInt(Object value)
    • toLong

      public static long toLong(Object value)
    • toBigInteger

      public static BigInteger toBigInteger(Object value)
    • toFloat

      public static float toFloat(Object value)
    • toDouble

      public static double toDouble(Object value)
    • toBigDecimal

      public static BigDecimal toBigDecimal(Object value)