- count
long count(string col)
Undocumented in source. Be warned that the author may not have intended to support it.
- find
Type find(U param)
Undocumented in source. Be warned that the author may not have intended to support it.
- findBy
Type findBy(U[string] filters)
Undocumented in source. Be warned that the author may not have intended to support it.
- insert
Type insert(Type record)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeOne
auto removeOne(Tpk id)
Undocumented in source. Be warned that the author may not have intended to support it.
- saveRecord
bool saveRecord(Type record)
Undocumented in source. Be warned that the author may not have intended to support it.
- updateAll
auto updateAll(U[string] updates)
Undocumented in source. Be warned that the author may not have intended to support it.
- updateOne
auto updateOne(Tpk id, U[string] values)
Undocumented in source. Be warned that the author may not have intended to support it.
- where
ProxyT where(U[string] filters)
Undocumented in source. Be warned that the author may not have intended to support it.
- where
ProxyT where(string filter, U params)
Undocumented in source. Be warned that the author may not have intended to support it.
Provides static methods for easy access to RelationProxy for the type this is used in. For docs on all the methods see RelationProxy's own docs.