commit_hook method

PtrVoid? commit_hook(
  1. PtrSqlite3 arg1,
  2. PtrDefxSize ptrDefxSize,
  3. PtrVoid arg2
)

Cross platform interface api for sqlite3_commit_hook

Implementation

cpf.PtrVoid? commit_hook(cpf.PtrSqlite3 arg1, cpf.PtrDefxSize ptrDefxSize, cpf.PtrVoid arg2) =>
    _sqlite.commit_hook(arg1, ptrDefxSize, arg2);