Home
last modified time | relevance | path

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

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowSQLiteDatabase.java183 public void execSQL(String sql) throws android.database.SQLException { in execSQL() method in ShadowSQLiteDatabase
199 public void execSQL(String sql, Object[] bindArgs) throws SQLException { in execSQL() method in ShadowSQLiteDatabase