Home
last modified time | relevance | path

Searched refs:SQLTransactionAsync (Results 1 – 6 of 6) sorted by relevance

/expo/packages/expo-sqlite/build/
H A DSQLite.d.ts2 …tSet, ResultSetError, SQLiteCallback, SQLTransactionAsyncCallback, SQLTransactionAsync, SQLTransac…
83 export declare class ExpoSQLTransactionAsync implements SQLTransactionAsync {
H A DSQLite.types.d.ts126 export interface SQLTransactionAsync { interface
131 export type SQLTransactionAsyncCallback = (transaction: SQLTransactionAsync) => Promise<void>;
H A DSQLite.types.js.map1SQLTransactionAsync {\n /** Executes a SQL statement in async mode. */\n executeSqlAsync(sqlStat…
H A DSQLite.js.map1SQLTransactionAsync,\n SQLTransactionCallback,\n SQLTransactionErrorCallback,\n} from './SQLite.…
/expo/packages/expo-sqlite/src/
H A DSQLite.types.ts186 export interface SQLTransactionAsync { interface
192 export type SQLTransactionAsyncCallback = (transaction: SQLTransactionAsync) => Promise<void>;
H A DSQLite.ts13 SQLTransactionAsync,
261 export class ExpoSQLTransactionAsync implements SQLTransactionAsync {