as

Returns cell value as a native string based type from text or binary formatted field.

  1. T as(Value v)
    @safe pure @trusted
    T
    as
    (
    T
    )
    (
    in Value v
    )
    if (
    is(T : const(char)[])
    )
  2. T as(Value v)

Throws

AssertError if the db value is NULL and Nullable is not used to retrieve the value

Meta