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, 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, 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()