Searched refs:createRawStatement (Results 1 – 5 of 5) sorted by relevance
166 try (SQLiteRawStatement s = mDatabase.createRawStatement("SELECT i from t1")) { in testSingleTransaction()187 try (SQLiteRawStatement s = mDatabase.createRawStatement(query); in testMultipleTransactions()188 SQLiteRawStatement t = mDatabase.createRawStatement(query)) { in testMultipleTransactions()214 try (SQLiteRawStatement s = mDatabase.createRawStatement(createComplexInsert())) { in testInsert()246 try (SQLiteRawStatement s = mDatabase.createRawStatement(query)) { in testInsert()261 try (SQLiteRawStatement s = mDatabase.createRawStatement(query)) { in testInsert()293 try (SQLiteRawStatement s = mDatabase.createRawStatement(query)) { in testInsert()321 try (SQLiteRawStatement s = mDatabase.createRawStatement(createSimpleInsert())) { in testRequiresTransaction()353 s = mDatabase.createRawStatement(createSimpleInsert()); in testAutoClose()365 try (var t = mDatabase.createRawStatement(createSimpleInsert())) { in testAutoClose()[all …]
182 try (SQLiteRawStatement s = mDatabase.createRawStatement(createComplexInsert())) { in testAutomaticCounters()207 try (SQLiteRawStatement s = mDatabase.createRawStatement(createComplexInsert())) { in testAutomaticCounters()373 try (SQLiteRawStatement s = mDatabase.createRawStatement(sql)) { in testTempTable()396 try (SQLiteRawStatement s = mDatabase.createRawStatement(sql)) { in testTempTable()
2234 public SQLiteRawStatement createRawStatement(@NonNull String sql) { in createRawStatement() method in SQLiteDatabase
1352 UnflaggedApi: android.database.sqlite.SQLiteDatabase#createRawStatement(String):1353 … flagged with @FlaggedApi: method android.database.sqlite.SQLiteDatabase.createRawStatement(String)
14746 …is_35") @NonNull public android.database.sqlite.SQLiteRawStatement createRawStatement(@NonNull Str…