public class BinrangeContentValues extends AbstractContentValues
binrange table.mContentValues| Constructor and Description |
|---|
BinrangeContentValues() |
| Modifier and Type | Method and Description |
|---|---|
BinrangeContentValues |
putBinEnd(java.lang.Long value) |
BinrangeContentValues |
putBinEndNull() |
BinrangeContentValues |
putBinStart(long value) |
BinrangeContentValues |
putCountry(java.lang.String value) |
int |
update(android.content.ContentResolver contentResolver,
BinrangeSelection 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,
BinrangeSelection where)
contentResolver - The content resolver to use.where - The selection to use (can be null).public BinrangeContentValues putBinStart(long value)
public BinrangeContentValues putBinEnd(java.lang.Long value)
public BinrangeContentValues putBinEndNull()
public BinrangeContentValues putCountry(java.lang.String value)