Home
last modified time | relevance | path

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

/room/room-runtime/src/androidMain/kotlin/androidx/room/support/
DQueryInterceptorDatabase.android.kt114 override fun execSQL(sql: String) { in <lambda>() method
119 override fun execSQL(sql: String, bindArgs: Array<out Any?>) { in <lambda>() method
DAutoClosingRoomOpenHelper.android.kt277 override fun execSQL(sql: String) { in <lambda>() method in androidx.room.support.AutoClosingRoomOpenHelper.AutoClosingSupportSQLiteDatabase
282 override fun execSQL(sql: String, bindArgs: Array<out Any?>) { in <lambda>() method in androidx.room.support.AutoClosingRoomOpenHelper.AutoClosingSupportSQLiteDatabase
/room/room-runtime/src/commonMain/kotlin/androidx/room/
DTransactor.kt45 suspend fun PooledConnection.execSQL(sql: String) { in usePrepared() method
/room/room-runtime/src/androidUnitTest/kotlin/androidx/room/
DMigrationTest.kt160 override fun execSQL(sql: String) { in execSQL() method in androidx.room.FakeDB
164 override fun execSQL(sql: String, bindArgs: Array<out Any?>) { in execSQL() method in androidx.room.FakeDB
/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/test/
DQueryTransactionTest.java728 public void execSQL(@NonNull String sql) throws SQLException { in execSQL() method in QueryTransactionTest.TransactionSupportSQLiteDatabase
733 public void execSQL(@NonNull String sql, Object @NonNull [] bindArgs) throws SQLException { in execSQL() method in QueryTransactionTest.TransactionSupportSQLiteDatabase