Searched defs:compileStatement (Results 1 – 4 of 4) sorted by relevance
63 public SupportSQLiteStatement compileStatement(String sql) { in compileStatement() method in FrameworkSQLiteDatabase
47 SupportSQLiteStatement compileStatement(String sql); in compileStatement() method
243 public SupportSQLiteStatement compileStatement(@NonNull String sql) { in compileStatement() method in RoomDatabase
1083 public SQLiteStatement compileStatement(String sql) throws SQLException { in compileStatement() method in SQLiteDatabase