Home
last modified time | relevance | path

Searched refs:SQLException (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/base/core/java/android/database/
DSQLException.java22 public class SQLException extends RuntimeException { class
23 public SQLException() { in SQLException() method in SQLException
26 public SQLException(String error) { in SQLException() method in SQLException
30 public SQLException(String error, Throwable cause) { in SQLException() method in SQLException
DDatabaseUtils.java1035 private void buildSQL() throws SQLException { in buildSQL()
1080 private SQLiteStatement getStatement(boolean allowReplace) throws SQLException { in getStatement()
1134 } catch (SQLException e) { in insertInternal()
1277 } catch (SQLException e) { in execute()
/frameworks/support/persistence/db/src/main/java/androidx/sqlite/db/
DSupportSQLiteDatabase.java21 import android.database.SQLException;
326 long insert(String table, int conflictAlgorithm, ContentValues values) throws SQLException; in insert()
377 void execSQL(String sql) throws SQLException; in execSQL()
395 void execSQL(String sql, Object[] bindArgs) throws SQLException; in execSQL()
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/verifier/
DQueryResultInfo.kt19 import java.sql.SQLException
27 data class QueryResultInfo(val columns: List<ColumnInfo>, val error: SQLException? = null)
DDatabaseVerificaitonErrors.kt19 import java.sql.SQLException
23 fun cannotVerifyQuery(exception: SQLException): String { in cannotVerifyQuery()
Djdbc_ext.kt22 import java.sql.SQLException in <lambda>()
39 } catch (ex: SQLException) { in map()
DDatabaseVerifier.kt27 import java.sql.SQLException in <lambda>()
107 } catch (ex: SQLException) { in <lambda>()
/frameworks/base/core/java/android/database/sqlite/
DSQLiteException.java19 import android.database.SQLException;
24 public class SQLiteException extends SQLException {
DSQLiteDatabase.java29 import android.database.SQLException;
1083 public SQLiteStatement compileStatement(String sql) throws SQLException { in compileStatement()
1434 } catch (SQLException e) { in insert()
1458 throws SQLException { in insertOrThrow()
1482 } catch (SQLException e) { in replace()
1506 ContentValues initialValues) throws SQLException { in replaceOrThrow()
1697 public void execSQL(String sql) throws SQLException { in execSQL()
1744 public void execSQL(String sql, Object[] bindArgs) throws SQLException { in execSQL()
1751 private int executeSql(String sql, Object[] bindArgs) throws SQLException { in executeSql()
DSQLiteOpenHelper.java24 import android.database.SQLException;
358 } catch (SQLException ex) { in getDatabaseLocked()
/frameworks/support/persistence/db-framework/src/main/java/androidx/sqlite/db/framework/
DFrameworkSQLiteDatabase.java23 import android.database.SQLException;
187 throws SQLException {
241 public void execSQL(String sql) throws SQLException {
246 public void execSQL(String sql, Object[] bindArgs) throws SQLException {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSmsBroadcastUndelivered.java25 import android.database.SQLException;
214 } catch (SQLException e) { in scanRawTable()
DSmsNumberUtils.java21 import android.database.SQLException;
272 } catch (SQLException e) { in getAllIDDs()
481 } catch (SQLException e) { in getAllCountryCodes()
DInboundSmsHandler.java40 import android.database.SQLException;
843 } catch (SQLException e) { in processMessagePart()
1180 private boolean duplicateExists(InboundSmsTracker tracker) throws SQLException { in duplicateExists()
1250 } catch (SQLException e) { in addTrackerToRawTable()
DGsmCdmaPhone.java40 import android.database.SQLException;
2688 } catch (SQLException e) { in updateCurrentCarrierInProvider()
2720 } catch (SQLException e) { in updateCurrentCarrierInProvider()
/frameworks/support/persistence/db/api/
Dcurrent.txt22 method public abstract void execSQL(java.lang.String) throws android.database.SQLException;
23 …c abstract void execSQL(java.lang.String, java.lang.Object[]) throws android.database.SQLException;
30 … insert(java.lang.String, int, android.content.ContentValues) throws android.database.SQLException;
/frameworks/support/persistence/db/api_legacy/
D1.0.0.txt21 method public abstract void execSQL(java.lang.String) throws android.database.SQLException;
22 …c abstract void execSQL(java.lang.String, java.lang.Object[]) throws android.database.SQLException;
29 … insert(java.lang.String, int, android.content.ContentValues) throws android.database.SQLException;
D1.1.0.txt22 method public abstract void execSQL(java.lang.String) throws android.database.SQLException;
23 …c abstract void execSQL(java.lang.String, java.lang.Object[]) throws android.database.SQLException;
30 … insert(java.lang.String, int, android.content.ContentValues) throws android.database.SQLException;
Dcurrent.txt22 method public abstract void execSQL(java.lang.String) throws android.database.SQLException;
23 …c abstract void execSQL(java.lang.String, java.lang.Object[]) throws android.database.SQLException;
30 … insert(java.lang.String, int, android.content.ContentValues) throws android.database.SQLException;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt9720 public class SQLException extends java.lang.RuntimeException {
9721 ctor public SQLException();
9722 ctor public SQLException(java.lang.String);
9723 ctor public SQLException(java.lang.String, java.lang.Throwable);
9797 …ase.sqlite.SQLiteStatement compileStatement(java.lang.String) throws android.database.SQLException;
9804 method public void execSQL(java.lang.String) throws android.database.SQLException;
9805 …hod public void execSQL(java.lang.String, java.lang.Object[]) throws android.database.SQLException;
9815 …lang.String, java.lang.String, android.content.ContentValues) throws android.database.SQLException;
9844 …lang.String, java.lang.String, android.content.ContentValues) throws android.database.SQLException;
9902 public class SQLiteException extends android.database.SQLException {
[all …]
/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/
DLoaderThrottleSupport.java28 import android.database.SQLException;
301 throw new SQLException("Failed to insert row into " + uri); in insert()
/frameworks/base/telephony/java/com/android/internal/telephony/
DCallerInfoAsyncQuery.java25 import android.database.SQLException;
96 public static class QueryPoolException extends SQLException {
/frameworks/base/api/
Dcurrent.txt12387 public class SQLException extends java.lang.RuntimeException {
12388 ctor public SQLException();
12389 ctor public SQLException(java.lang.String);
12390 ctor public SQLException(java.lang.String, java.lang.Throwable);
12465 …ase.sqlite.SQLiteStatement compileStatement(java.lang.String) throws android.database.SQLException;
12473 method public void execSQL(java.lang.String) throws android.database.SQLException;
12474 …hod public void execSQL(java.lang.String, java.lang.Object[]) throws android.database.SQLException;
12484 …lang.String, java.lang.String, android.content.ContentValues) throws android.database.SQLException;
12514 …lang.String, java.lang.String, android.content.ContentValues) throws android.database.SQLException;
12599 public class SQLiteException extends android.database.SQLException {
[all …]
/frameworks/base/core/java/android/accounts/
DAccountManager.java40 import android.database.SQLException;
2217 } catch (SQLException e) {
/frameworks/base/media/java/android/media/
DMediaScanner.java26 import android.database.SQLException;
1384 } catch (SQLException e) {

12