Searched defs:execSQL (Results 1 – 5 of 5) sorted by relevance
114 override fun execSQL(sql: String) { in <lambda>() method119 override fun execSQL(sql: String, bindArgs: Array<out Any?>) { in <lambda>() method
277 override fun execSQL(sql: String) { in <lambda>() method in androidx.room.support.AutoClosingRoomOpenHelper.AutoClosingSupportSQLiteDatabase282 override fun execSQL(sql: String, bindArgs: Array<out Any?>) { in <lambda>() method in androidx.room.support.AutoClosingRoomOpenHelper.AutoClosingSupportSQLiteDatabase
45 suspend fun PooledConnection.execSQL(sql: String) { in usePrepared() method
160 override fun execSQL(sql: String) { in execSQL() method in androidx.room.FakeDB164 override fun execSQL(sql: String, bindArgs: Array<out Any?>) { in execSQL() method in androidx.room.FakeDB
728 public void execSQL(@NonNull String sql) throws SQLException { in execSQL() method in QueryTransactionTest.TransactionSupportSQLiteDatabase733 public void execSQL(@NonNull String sql, Object @NonNull [] bindArgs) throws SQLException { in execSQL() method in QueryTransactionTest.TransactionSupportSQLiteDatabase