Home
last modified time | relevance | path

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

/frameworks/support/persistence/db/src/main/java/androidx/sqlite/db/
DSupportSQLiteDatabase.java377 void execSQL(String sql) throws SQLException; in execSQL() method
395 void execSQL(String sql, Object[] bindArgs) throws SQLException; in execSQL() method
/frameworks/base/core/java/android/database/sqlite/
DSQLiteDatabase.java1697 public void execSQL(String sql) throws SQLException { in execSQL() method in SQLiteDatabase
1744 public void execSQL(String sql, Object[] bindArgs) throws SQLException { in execSQL() method in SQLiteDatabase