Java android.content ContentProviderOperation fields, constructors, methods, implement or subclass

Example usage for Java android.content ContentProviderOperation fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.content ContentProviderOperation.

The text is from its open source code.

Field

Method

ContentProviderResultapply(ContentProvider provider, ContentProviderResult[] backRefs, int numBackRefs)
Applies this operation using the given provider.
UrigetUri()
Gets the Uri for the target of the operation.
booleanisYieldAllowed()
Returns true if the operation allows yielding the database to other transactions if the database is contended.
BuildernewAssertQuery(Uri uri)
Create a Builder suitable for building a ContentProviderOperation to assert a set of values as provided through Builder#withValues(ContentValues) .
BuildernewDelete(Uri uri)
Create a Builder suitable for building a delete ContentProviderOperation .
BuildernewInsert(Uri uri)
Create a Builder suitable for building an insert ContentProviderOperation .
BuildernewUpdate(Uri uri)
Create a Builder suitable for building an update ContentProviderOperation .
StringtoString()