Home
last modified time | relevance | path

Searched refs:ExpoSQLTransactionAsync (Results 1 – 4 of 4) sorted by relevance

/expo/packages/expo-sqlite/build/
H A DSQLite.d.ts83 export declare class ExpoSQLTransactionAsync implements SQLTransactionAsync {
H A DSQLite.js103 const transaction = new ExpoSQLTransactionAsync(this, readOnly);
183 export class ExpoSQLTransactionAsync { class
H A DSQLite.js.map1ExpoSQLTransactionAsync(this, readOnly);\n await asyncCallback(transaction);\n await thi…
/expo/packages/expo-sqlite/src/
H A DSQLite.ts147 const transaction = new ExpoSQLTransactionAsync(this, readOnly);
261 export class ExpoSQLTransactionAsync implements SQLTransactionAsync {