mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 13:08:46 +00:00
Use a minimal job spec representation in memory.
This commit is contained in:
committed by
Nicholas Tinsley
parent
eb59afc33c
commit
973dc72cfa
@@ -202,6 +202,10 @@ class SelectBuilderPart2(
|
||||
return SelectBuilderPart3(db, columns, tableName, where, whereArgs)
|
||||
}
|
||||
|
||||
fun orderBy(orderBy: String): SelectBuilderPart4a {
|
||||
return SelectBuilderPart4a(db, columns, tableName, "", arrayOf(), orderBy)
|
||||
}
|
||||
|
||||
fun run(): Cursor {
|
||||
return db.query(
|
||||
SupportSQLiteQueryBuilder
|
||||
|
||||
Reference in New Issue
Block a user