public class TransactionamountsContentValues extends AbstractContentValues
transactionamounts
table.mContentValues
Constructor and Description |
---|
TransactionamountsContentValues() |
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, TransactionamountsSelection where)
contentResolver
- The content resolver to use.where
- The selection to use (can be null
).public TransactionamountsContentValues putTransactionid(java.lang.String value)
public TransactionamountsContentValues putCurrency(java.lang.String value)
public TransactionamountsContentValues putTransactionamount(java.lang.Long value)
public TransactionamountsContentValues putTransactionamountNull()
public TransactionamountsContentValues putOrderamount(java.lang.Long value)
public TransactionamountsContentValues putOrderamountNull()
public TransactionamountsContentValues putTipamount(java.lang.Long value)
public TransactionamountsContentValues putTipamountNull()
public TransactionamountsContentValues putCashbackamount(java.lang.Long value)
public TransactionamountsContentValues putCashbackamountNull()
public TransactionamountsContentValues putCustomeroptednotip(java.lang.Boolean value)
public TransactionamountsContentValues putCustomeroptednotip()