unwrapRowResult

Unwraps the row like the other unwrap methods, but prefixes all fields with <placeholder>_, so for example placeholder foo and field user would result in foo_user.

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

Meta