Home
last modified time | relevance | path

Searched defs:SQLStatementErrorCallback (Results 1 – 2 of 2) sorted by relevance

/expo/packages/expo-sqlite/src/
H A DSQLite.types.ts90 export type SQLStatementErrorCallback = (transaction: SQLTransaction, error: SQLError) => boolean; alias
/expo/packages/expo-sqlite/build/
H A DSQLite.types.d.ts47 export type SQLStatementErrorCallback = (transaction: SQLTransaction, error: SQLError) => boolean; alias