public class OrderstatusesContentValues extends AbstractContentValues
orderstatuses table.mContentValues| Constructor and Description |
|---|
OrderstatusesContentValues() |
| Modifier and Type | Method and Description |
|---|---|
OrderstatusesContentValues |
putFulfillmentstatus(java.lang.String value) |
OrderstatusesContentValues |
putFulfillmentstatusNull() |
OrderstatusesContentValues |
putOrderid(java.lang.String value) |
OrderstatusesContentValues |
putStatus(java.lang.String value) |
OrderstatusesContentValues |
putStatusNull() |
OrderstatusesContentValues |
putTransactionstatussummary() |
OrderstatusesContentValues |
putTransactionstatussummary(java.lang.String value) |
int |
update(android.content.ContentResolver contentResolver,
OrderstatusesSelection 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,
OrderstatusesSelection where)
contentResolver - The content resolver to use.where - The selection to use (can be null).public OrderstatusesContentValues putOrderid(java.lang.String value)
public OrderstatusesContentValues putStatus(java.lang.String value)
public OrderstatusesContentValues putStatusNull()
public OrderstatusesContentValues putFulfillmentstatus(java.lang.String value)
public OrderstatusesContentValues putFulfillmentstatusNull()
public OrderstatusesContentValues putTransactionstatussummary(java.lang.String value)
public OrderstatusesContentValues putTransactionstatussummary()