public class TransactionreasonsContentValues extends AbstractContentValues
transactionreasons table.mContentValues| Constructor and Description |
|---|
TransactionreasonsContentValues() |
| Modifier and Type | Method and Description |
|---|---|
TransactionreasonsContentValues |
putProgram(java.lang.String value) |
TransactionreasonsContentValues |
putProgramfor(java.lang.String value) |
TransactionreasonsContentValues |
putProgramforNull() |
TransactionreasonsContentValues |
putProgramNull() |
TransactionreasonsContentValues |
putTransactionid(java.lang.String value) |
int |
update(android.content.ContentResolver contentResolver,
TransactionreasonsSelection 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,
TransactionreasonsSelection where)
contentResolver - The content resolver to use.where - The selection to use (can be null).public TransactionreasonsContentValues putTransactionid(java.lang.String value)
public TransactionreasonsContentValues putProgram(java.lang.String value)
public TransactionreasonsContentValues putProgramNull()
public TransactionreasonsContentValues putProgramfor(java.lang.String value)
public TransactionreasonsContentValues putProgramforNull()