Searched refs:ExpoSQLTransactionAsync (Results 1 – 4 of 4) sorted by relevance
83 export declare class ExpoSQLTransactionAsync implements SQLTransactionAsync {
103 const transaction = new ExpoSQLTransactionAsync(this, readOnly);183 export class ExpoSQLTransactionAsync { class
1 …ExpoSQLTransactionAsync(this, readOnly);\n await asyncCallback(transaction);\n await thi…
147 const transaction = new ExpoSQLTransactionAsync(this, readOnly);261 export class ExpoSQLTransactionAsync implements SQLTransactionAsync {