Example usage for Java android.content ContentProviderOperation fields, constructors, methods, implement or subclass
The text is from its open source code.
int | TYPE_ASSERT |
ContentProviderResult | apply(ContentProvider provider, ContentProviderResult[] backRefs, int numBackRefs) Applies this operation using the given provider. |
Uri | getUri() Gets the Uri for the target of the operation. |
boolean | isYieldAllowed() Returns true if the operation allows yielding the database to other transactions if the database is contended. |
Builder | newAssertQuery(Uri uri) Create a Builder suitable for building a ContentProviderOperation to assert a set of values as provided through Builder#withValues(ContentValues) . |
Builder | newDelete(Uri uri) Create a Builder suitable for building a delete ContentProviderOperation . |
Builder | newInsert(Uri uri) Create a Builder suitable for building an insert ContentProviderOperation . |
Builder | newUpdate(Uri uri) Create a Builder suitable for building an update ContentProviderOperation . |
String | toString() |