Home
last modified time | relevance | path

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

/frameworks/support/persistence/db/src/main/java/android/arch/persistence/db/
DSupportSQLiteDatabase.java376 void execSQL(String sql) throws SQLException; in execSQL() method
394 void execSQL(String sql, Object[] bindArgs) throws SQLException; in execSQL() method
/frameworks/base/core/java/android/database/sqlite/
DSQLiteDatabase.java1681 public void execSQL(String sql) throws SQLException { in execSQL() method in SQLiteDatabase
1728 public void execSQL(String sql, Object[] bindArgs) throws SQLException { in execSQL() method in SQLiteDatabase