Home
last modified time | relevance | path

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

/sqlite/sqlite/src/androidMain/kotlin/androidx/sqlite/db/
DSupportSQLiteStatement.android.kt53 public fun simpleQueryForLong(): Long method
/sqlite/sqlite-framework/src/androidMain/kotlin/androidx/sqlite/db/framework/
DFrameworkSQLiteStatement.android.kt41 override fun simpleQueryForLong(): Long { in simpleQueryForLong() method in androidx.sqlite.db.framework.FrameworkSQLiteStatement