SQLImpl.havingKey

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto havingKey(Q query, T t, U model)
    template SQLImpl(Item, alias param, bool noTableIdForUpdate = false)
    havingKey
    (
    T
    Q
    U
    )
    (,
    T t
    ,)
    if (
    isDataSet!T &&
    hasPrimaryKey!(T.RowType)
    &&
    is(U : T.RowType)
    &&
    (
    isQuery!Q ||
    is(Q : Update!X,
    X
    )
    ||
    is(Q : Insert!X,
    X
    )
    ||
    is(Q : Delete!X,
    X
    )
    )
    )
  2. auto havingKey(Q query, T t)
  3. auto havingKey(Q query, Args args)
  4. auto havingKey(Q query, T t, Args args)

Meta