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