Home
last modified time | relevance | path

Searched refs:readTransaction (Results 1 – 7 of 7) sorted by relevance

/expo/packages/expo-sqlite/build/
H A DSQLite.d.ts63readTransaction(callback: SQLTransactionCallback, errorCallback?: SQLTransactionErrorCallback, suc…
H A DSQLite.types.d.ts20readTransaction(callback: SQLTransactionCallback, errorCallback?: SQLTransactionErrorCallback, suc… method
H A DSQLite.types.js.map1 …ionErrorCallback,\n successCallback?: () => void\n ): void;\n\n readTransaction(\n callbac…
H A DSQLite.js.map1 …;\n\n // @ts-expect-error: properties that are added from websql\n readTransaction(\n callbac…
/expo/packages/expo-sqlite/src/
H A DSQLite.types.ts44 readTransaction( method
H A DSQLite.ts175 readTransaction(
/expo/packages/expo-sqlite/
H A DCHANGELOG.md70 - Fixed missing `transaction()` and `readTransaction()` function types from `SQLiteDatabase`. ([#23…