java.lang.Object | |
↳ | android.support.v4.database.DatabaseUtilsCompat |
Helper for accessing features in DatabaseUtils
introduced after API level 4 in a backwards compatible fashion.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Appends one set of selection args to another.
| |||||||||||
Concatenates two SQL WHERE clauses, handling empty or null values.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Appends one set of selection args to another. This is useful when adding a selection argument to a user provided set.
Concatenates two SQL WHERE clauses, handling empty or null values.