public class OrderItemVariantsContentValues extends AbstractContentValues
variants table.mContentValues| Constructor and Description |
|---|
OrderItemVariantsContentValues() |
| Modifier and Type | Method and Description |
|---|---|
OrderItemVariantsContentValues |
putOrderid(java.lang.String value) |
OrderItemVariantsContentValues |
putOrderitemid(java.lang.String value) |
OrderItemVariantsContentValues |
putPriceamount(java.lang.Long value) |
OrderItemVariantsContentValues |
putPriceamountNull() |
OrderItemVariantsContentValues |
putPricecurrency(java.lang.String value) |
OrderItemVariantsContentValues |
putPricecurrencyNull() |
OrderItemVariantsContentValues |
putSku(java.lang.String value) |
OrderItemVariantsContentValues |
putSkuNull() |
int |
update(android.content.ContentResolver contentResolver,
OrderItemVariantsSelection 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, valuespublic android.net.Uri uri()
AbstractContentValuesuri argument to pass to the ContentResolver methods.uri in class AbstractContentValuespublic int update(android.content.ContentResolver contentResolver,
OrderItemVariantsSelection where)
contentResolver - The content resolver to use.where - The selection to use (can be null).public OrderItemVariantsContentValues putOrderid(java.lang.String value)
public OrderItemVariantsContentValues putOrderitemid(java.lang.String value)
public OrderItemVariantsContentValues putPriceamount(java.lang.Long value)
public OrderItemVariantsContentValues putPriceamountNull()
public OrderItemVariantsContentValues putPricecurrency(java.lang.String value)
public OrderItemVariantsContentValues putPricecurrencyNull()
public OrderItemVariantsContentValues putSku(java.lang.String value)
public OrderItemVariantsContentValues putSkuNull()