public class TemplateoverridesContentValues extends AbstractContentValues
templateoverrides
table.mContentValues
Constructor and Description |
---|
TemplateoverridesContentValues() |
Modifier and Type | Method and Description |
---|---|
TemplateoverridesContentValues |
putProductid(java.lang.String value) |
TemplateoverridesContentValues |
putTemplateoverride(java.lang.String value) |
TemplateoverridesContentValues |
putTemplateoverrideNull() |
int |
update(android.content.ContentResolver contentResolver,
TemplateoverridesSelection where)
Update row(s) using the values stored by this object and the given selection.
|
android.net.Uri |
uri()
Returns the
uri argument to pass to the ContentResolver methods. |
insert, values
public android.net.Uri uri()
AbstractContentValues
uri
argument to pass to the ContentResolver
methods.uri
in class AbstractContentValues
public int update(android.content.ContentResolver contentResolver, TemplateoverridesSelection where)
contentResolver
- The content resolver to use.where
- The selection to use (can be null
).public TemplateoverridesContentValues putProductid(java.lang.String value)
public TemplateoverridesContentValues putTemplateoverride(java.lang.String value)
public TemplateoverridesContentValues putTemplateoverrideNull()