DBInsertCallback

This function inserts one row (rorm_db_insert) or multiple rows (rorm_db_inset_bulk) into the given the database with the given values.

extern (C)
alias DBInsertCallback = void function
(
void* context
,
scope RormError
)

Meta