public class SelectablevariationsContentValues extends AbstractContentValues
selectablevariations
table.mContentValues
Constructor and Description |
---|
SelectablevariationsContentValues() |
Modifier and Type | Method and Description |
---|---|
SelectablevariationsContentValues |
putAttribute(java.lang.String value) |
SelectablevariationsContentValues |
putAttributeNull() |
SelectablevariationsContentValues |
putCardinality(java.lang.String value) |
SelectablevariationsContentValues |
putCardinalityNull() |
SelectablevariationsContentValues |
putLinkedsku(java.lang.String value) |
SelectablevariationsContentValues |
putValue(java.lang.String value) |
SelectablevariationsContentValues |
putValueNull() |
int |
update(android.content.ContentResolver contentResolver,
SelectablevariationsSelection 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, SelectablevariationsSelection where)
contentResolver
- The content resolver to use.where
- The selection to use (can be null
).public SelectablevariationsContentValues putLinkedsku(java.lang.String value)
public SelectablevariationsContentValues putAttribute(java.lang.String value)
public SelectablevariationsContentValues putAttributeNull()
public SelectablevariationsContentValues putValue(java.lang.String value)
public SelectablevariationsContentValues putValueNull()
public SelectablevariationsContentValues putCardinality(java.lang.String value)
public SelectablevariationsContentValues putCardinalityNull()