DBTransactionRollbackCallback

Rollback a transaction and abort it.

All previous operations will be discarded.

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

Meta