Home
last modified time | relevance | path

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

/sqlite/sqlite/src/androidMain/kotlin/androidx/sqlite/db/
DSupportSQLiteDatabase.android.kt39 public fun compileStatement(sql: String): SupportSQLiteStatement in compileStatement() method
/sqlite/sqlite-framework/src/androidMain/kotlin/androidx/sqlite/db/framework/
DFrameworkSQLiteDatabase.android.kt47 override fun compileStatement(sql: String): SupportSQLiteStatement { in <lambda>() method in androidx.sqlite.db.framework.FrameworkSQLiteDatabase