Searched defs:compileStatement (Results 1 – 6 of 6) sorted by relevance
36 override fun compileStatement(sql: String): SupportSQLiteStatement { in <lambda>() method
72 override fun compileStatement(sql: String): SupportSQLiteStatement { in <lambda>() method in androidx.room.support.AutoClosingRoomOpenHelper.AutoClosingSupportSQLiteDatabase
54 override fun compileStatement(sql: String): SupportSQLiteStatement { in compileStatement() method in androidx.room.FakeDB
132 override fun compileStatement(sql: String): SupportSQLiteStatement { in <lambda>() method
574 public @NonNull SupportSQLiteStatement compileStatement(@NonNull String sql) { in compileStatement() method in QueryTransactionTest.TransactionSupportSQLiteDatabase
649 open fun compileStatement(sql: String): SupportSQLiteStatement { in <lambda>() method in androidx.room.RoomDatabase