/frameworks/base/core/java/android/database/ |
D | SQLException.java | 22 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
|
D | DatabaseUtils.java | 1035 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/ |
D | SupportSQLiteDatabase.java | 21 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/ |
D | QueryResultInfo.kt | 19 import java.sql.SQLException 27 data class QueryResultInfo(val columns: List<ColumnInfo>, val error: SQLException? = null)
|
D | DatabaseVerificaitonErrors.kt | 19 import java.sql.SQLException 23 fun cannotVerifyQuery(exception: SQLException): String { in cannotVerifyQuery()
|
D | jdbc_ext.kt | 22 import java.sql.SQLException in <lambda>() 39 } catch (ex: SQLException) { in map()
|
D | DatabaseVerifier.kt | 27 import java.sql.SQLException in <lambda>() 107 } catch (ex: SQLException) { in <lambda>()
|
/frameworks/base/core/java/android/database/sqlite/ |
D | SQLiteException.java | 19 import android.database.SQLException; 24 public class SQLiteException extends SQLException {
|
D | SQLiteDatabase.java | 29 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()
|
D | SQLiteOpenHelper.java | 24 import android.database.SQLException; 358 } catch (SQLException ex) { in getDatabaseLocked()
|
/frameworks/support/persistence/db-framework/src/main/java/androidx/sqlite/db/framework/ |
D | FrameworkSQLiteDatabase.java | 23 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/ |
D | SmsBroadcastUndelivered.java | 25 import android.database.SQLException; 214 } catch (SQLException e) { in scanRawTable()
|
D | SmsNumberUtils.java | 21 import android.database.SQLException; 272 } catch (SQLException e) { in getAllIDDs() 481 } catch (SQLException e) { in getAllCountryCodes()
|
D | InboundSmsHandler.java | 40 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()
|
D | GsmCdmaPhone.java | 40 import android.database.SQLException; 2688 } catch (SQLException e) { in updateCurrentCarrierInProvider() 2720 } catch (SQLException e) { in updateCurrentCarrierInProvider()
|
/frameworks/support/persistence/db/api/ |
D | current.txt | 22 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/ |
D | 1.0.0.txt | 21 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;
|
D | 1.1.0.txt | 22 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;
|
D | current.txt | 22 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/ |
D | android-22.txt | 9720 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/ |
D | LoaderThrottleSupport.java | 28 import android.database.SQLException; 301 throw new SQLException("Failed to insert row into " + uri); in insert()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | CallerInfoAsyncQuery.java | 25 import android.database.SQLException; 96 public static class QueryPoolException extends SQLException {
|
/frameworks/base/api/ |
D | current.txt | 12387 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/ |
D | AccountManager.java | 40 import android.database.SQLException; 2217 } catch (SQLException e) {
|
/frameworks/base/media/java/android/media/ |
D | MediaScanner.java | 26 import android.database.SQLException; 1384 } catch (SQLException e) {
|