mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-22 20:18:36 +00:00
Add phased SMS removal UX.
This commit is contained in:
committed by
Greyson Parrelli
parent
8a238a66e7
commit
b6db7e7af6
@@ -50,6 +50,13 @@ fun SupportSQLiteDatabase.select(vararg columns: String): SelectBuilderPart1 {
|
||||
return SelectBuilderPart1(this, arrayOf(*columns))
|
||||
}
|
||||
|
||||
/**
|
||||
* Begins a COUNT statement with a helpful builder pattern.
|
||||
*/
|
||||
fun SupportSQLiteDatabase.count(): SelectBuilderPart1 {
|
||||
return SelectBuilderPart1(this, SqlUtil.COUNT)
|
||||
}
|
||||
|
||||
/**
|
||||
* Begins an UPDATE statement with a helpful builder pattern.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user