internal abstract void SetAuthorizerHook(SQLiteAuthorizerCallback func);
Beispiel #2
0
 internal override void SetAuthorizerHook(SQLiteAuthorizerCallback func)
 {
   UnsafeNativeMethods.sqlite3_set_authorizer(_sql, func, IntPtr.Zero);
 }
 internal static extern IntPtr sqlite3_set_authorizer(IntPtr db, SQLiteAuthorizerCallback func, IntPtr pvUser);
Beispiel #4
0
 internal abstract void SetAuthorizerHook(SQLiteAuthorizerCallback func);