unwrapRowResult

Extracts the DBRowHandle, optionally using JoinInformation when joins were used, into the TSelect datatype. TSelect may be a DormPatch or the model T directly. This is mostly used internally. Expect changes to this API until there is a stable API.

  1. TSelect unwrapRowResult(ffi.DBRowHandle row, JoinInformation ji)
  2. TSelect unwrapRowResult(ffi.DBRowHandle row)
    @safe
    TSelect
    unwrapRowResult
    (
    T
    TSelect
    )
    (
    scope ffi.DBRowHandle row
    )
  3. TSelect unwrapRowResult(ffi.DBRowHandle row, string placeholder)

Meta