Home
last modified time | relevance | path

Searched refs:ReadOnlyException (Results 1 – 4 of 4) sorted by relevance

/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/sqlite/
H A DSQLiteModule.kt37 SQLitePluginResult(EMPTY_ROWS, EMPTY_COLUMNS, 0, 0, ReadOnlyException()) in <lambda>()
181 private class ReadOnlyException : Exception("could not prepare statement (23 not authorized)") in <lambda>() class in abi48_0_0.expo.modules.sqlite.SQLiteModule
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/sqlite/
H A DSQLiteModule.kt37 SQLitePluginResult(EMPTY_ROWS, EMPTY_COLUMNS, 0, 0, ReadOnlyException()) in <lambda>()
181 private class ReadOnlyException : Exception("could not prepare statement (23 not authorized)") in <lambda>() class in abi47_0_0.expo.modules.sqlite.SQLiteModule
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/sqlite/
H A DSQLiteModule.kt64 SQLitePluginResult(EMPTY_ROWS, EMPTY_COLUMNS, 0, 0, ReadOnlyException()) in <lambda>()
255 private class ReadOnlyException : Exception("could not prepare statement (23 not authorized)") in <lambda>() class in abi49_0_0.expo.modules.sqlite.SQLiteModule
/expo/packages/expo-sqlite/android/src/main/java/expo/modules/sqlite/
H A DSQLiteModule.kt81 SQLitePluginResult(EMPTY_ROWS, EMPTY_COLUMNS, 0, 0, ReadOnlyException()) in <lambda>()
291 private class ReadOnlyException : Exception("could not prepare statement (23 not authorized)") in <lambda>() class