|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectandroid.support.v4.database.DatabaseUtilsCompat
public class DatabaseUtilsCompat
Helper for accessing features in DatabaseUtils
introduced after API level 4 in a backwards compatible fashion.
Method Summary | |
---|---|
static String[] |
appendSelectionArgs(String[] originalValues,
String[] newValues)
Appends one set of selection args to another. |
static String |
concatenateWhere(String a,
String b)
Concatenates two SQL WHERE clauses, handling empty or null values. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static String concatenateWhere(String a, String b)
public static String[] appendSelectionArgs(String[] originalValues, String[] newValues)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |