Home
last modified time | relevance | path

Searched refs:SQLTransaction (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-sqlite/src/
H A DSQLite.types.ts52 export type SQLTransactionCallback = (transaction: SQLTransaction) => void;
63 export interface SQLTransaction { interface
87 export type SQLStatementCallback = (transaction: SQLTransaction, resultSet: SQLResultSet) => void;
90 export type SQLStatementErrorCallback = (transaction: SQLTransaction, error: SQLError) => boolean;
/expo/packages/expo-sqlite/build/
H A DSQLite.types.d.ts22 export type SQLTransactionCallback = (transaction: SQLTransaction) => void;
29 export interface SQLTransaction { interface
46 export type SQLStatementCallback = (transaction: SQLTransaction, resultSet: SQLResultSet) => void;
47 export type SQLStatementErrorCallback = (transaction: SQLTransaction, error: SQLError) => boolean;
H A DSQLite.types.js.map1SQLTransaction) => void;\n\n// @docsMissing\nexport type SQLTransactionErrorCallback = (error: SQL…