handleWriteResult

Handles the raw DB response from insert, update or delete operations.

If the countField template argument is set, that field is set on result to dbResult["n"], if it exists.

package @safe
void
handleWriteResult
(
string countField = null
T
)
(,
ref T result
,
string file = __FILE__
,
size_t line = __LINE__
)

Meta