Searched defs:execAsync (Results 1 – 3 of 3) sorted by relevance
1 export const execAsync = jest.fn(async () => {}); constant
80 async execAsync(queries: Query[], readOnly: boolean): Promise<(ResultSetError | ResultSet)[]> { method in SQLiteDatabase
53 async execAsync(queries, readOnly) { method in SQLiteDatabase