public class ProductvariationsContentValues extends AbstractContentValues
productvariations table.mContentValues| Constructor and Description | 
|---|
| ProductvariationsContentValues() | 
| Modifier and Type | Method and Description | 
|---|---|
| ProductvariationsContentValues | putAttribute(java.lang.String value) | 
| ProductvariationsContentValues | putAttributeNull() | 
| ProductvariationsContentValues | putLinkedsku(java.lang.String value) | 
| ProductvariationsContentValues | putValue(java.lang.String value) | 
| ProductvariationsContentValues | putValueNull() | 
| int | update(android.content.ContentResolver contentResolver,
      ProductvariationsSelection where)Update row(s) using the values stored by this object and the given selection. | 
| android.net.Uri | uri()Returns the  uriargument to pass to theContentResolvermethods. | 
insert, valuespublic android.net.Uri uri()
AbstractContentValuesuri argument to pass to the ContentResolver methods.uri in class AbstractContentValuespublic int update(android.content.ContentResolver contentResolver,
                  ProductvariationsSelection where)
contentResolver - The content resolver to use.where - The selection to use (can be null).public ProductvariationsContentValues putLinkedsku(java.lang.String value)
public ProductvariationsContentValues putAttribute(java.lang.String value)
public ProductvariationsContentValues putAttributeNull()
public ProductvariationsContentValues putValue(java.lang.String value)
public ProductvariationsContentValues putValueNull()