Home
last modified time | relevance | path

Searched defs:compileStatement (Results 1 – 4 of 4) sorted by relevance

/frameworks/support/persistence/db-framework/src/main/java/androidx/sqlite/db/framework/
DFrameworkSQLiteDatabase.java63 public SupportSQLiteStatement compileStatement(String sql) { in compileStatement() method in FrameworkSQLiteDatabase
/frameworks/support/persistence/db/src/main/java/androidx/sqlite/db/
DSupportSQLiteDatabase.java47 SupportSQLiteStatement compileStatement(String sql); in compileStatement() method
/frameworks/support/room/runtime/src/main/java/androidx/room/
DRoomDatabase.java243 public SupportSQLiteStatement compileStatement(@NonNull String sql) { in compileStatement() method in RoomDatabase
/frameworks/base/core/java/android/database/sqlite/
DSQLiteDatabase.java1083 public SQLiteStatement compileStatement(String sql) throws SQLException { in compileStatement() method in SQLiteDatabase