Home
last modified time | relevance | path

Searched refs:DeleteDatabaseException (Results 1 – 8 of 8) sorted by relevance

/expo/packages/expo-sqlite/android/src/main/java/expo/modules/sqlite/
H A DSQLExceptions.kt11 class DeleteDatabaseException(name: String) : class
H A DSQLiteModule.kt60 throw DeleteDatabaseException(dbName) in <lambda>()
/expo/packages/expo-sqlite/ios/
H A DExceptions.swift13 internal class DeleteDatabaseException: GenericException<String> { class
H A DSQLiteModule.swift48 throw DeleteDatabaseException(dbName) in definition()
/expo/ios/versioned/sdk49/ExpoSQLite/
H A DExceptions.swift13 internal class DeleteDatabaseException: GenericException<String> { class
H A DSQLiteModule.swift36 throw DeleteDatabaseException(dbName) in definition()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/sqlite/
H A DSQLExceptions.kt11 class DeleteDatabaseException(name: String) : class
H A DSQLiteModule.kt49 throw DeleteDatabaseException(dbName) in <lambda>()