rollback_hook method

PtrVoid? rollback_hook(
  1. PtrSqlite3 arg1,
  2. PtrDefxFree ptrDefxFree,
  3. PtrVoid arg2
)

Cross platform interface api for sqlite3_rollback_hook

Implementation

cpf.PtrVoid? rollback_hook(cpf.PtrSqlite3 arg1, cpf.PtrDefxFree ptrDefxFree, cpf.PtrVoid arg2) =>
    _sqlite.rollback_hook(arg1, ptrDefxFree, arg2);