DatabaseUtilsCompat

Deprecated

Use android.database.DatabaseUtils directly.

Helper for accessing features in android.database.DatabaseUtils.

Functions

Link copied to clipboard
open fun appendSelectionArgs(originalValues: Array<String>, newValues: Array<String>): Array<String>
Appends one set of selection args to another.
Link copied to clipboard
Concatenates two SQL WHERE clauses, handling empty or null values.