sqlite3_preupdate_hook

fnvoid * sqlite3_preupdate_hook( sqlite3 * db, void function( void * pCtx, sqlite3 * db, /** Database handle */ int op, /** SQLITE_UPDATE, DELETE or INSERT */ const(char) * zDb, /** Database name */ const(char) * zName, /** Table name */ sqlite3_int64 iKey1, /** Rowid of row about to be deleted/updated */ sqlite3_int64 iKey2 ) xPreUpdate, void * )
No documentation available for this declaration.