Home
last modified time | relevance | path

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

/expo/packages/expo-sqlite/src/
H A DSQLite.types.ts55 export type SQLTransactionErrorCallback = (error: SQLError) => void; alias
/expo/packages/expo-sqlite/build/
H A DSQLite.types.d.ts23 export type SQLTransactionErrorCallback = (error: SQLError) => void; alias