CompatApi extension
Properties
- nativeLibrary → SQLiteLibrary
-
Available on SQLiteLibrary, provided by the CompatApi extension
no setter
Methods
-
close_compat(
PtrSqlite3 db) → Future< int> -
Available on SQLiteLibrary, provided by the CompatApi extension
-
create_function_compat(
PtrSqlite3 db, String name, int nArg, int eTextRep, PtrVoid pApp, PtrDefpxFunc xFunc, PtrDefpxFunc xStep, PtrDefxFinal xFinal, PtrDefxFree xDestroy) → int -
Available on SQLiteLibrary, provided by the CompatApi extension
-
open_compat(
String filename, PtrPtrSqlite3 ppDb, int flags, String? zVfs) → int -
Available on SQLiteLibrary, provided by the CompatApi extension
-
prepare_compat(
PtrSqlite3 db, String zSql, int prepFlags, PtrPtrStmt ppStmt, PtrPtrUtf8 pzTail) → int -
Available on SQLiteLibrary, provided by the CompatApi extension