binaryValueAs

Returns cell value as native integer or decimal values

Postgres type "numeric" is oversized and not supported by now

  1. T binaryValueAs [@property getter]
  2. T binaryValueAs [@property getter]
    package @trusted @property
    T
    binaryValueAs
    (
    T
    )
    (
    in Value v
    )
    if (
    isNumeric!(T)
    )
  3. UUID binaryValueAs [@property getter]
  4. bool binaryValueAs [@property getter]
  5. Json binaryValueAs [@property getter]

Meta