public class ImageurlsSelection extends AbstractSelection<ImageurlsSelection>
imageurls
table.Constructor and Description |
---|
ImageurlsSelection() |
Modifier and Type | Method and Description |
---|---|
ImageurlsSelection |
id(long... value) |
ImageurlsSelection |
imageurl(java.lang.String... value) |
ImageurlsSelection |
imageurlLike(java.lang.String... value) |
ImageurlsSelection |
imageurlNot(java.lang.String... value) |
ImageurlsSelection |
productid(java.lang.String... value) |
ImageurlsSelection |
productidLike(java.lang.String... value) |
ImageurlsSelection |
productidNot(java.lang.String... value) |
ImageurlsCursor |
query(android.content.ContentResolver contentResolver)
Equivalent of calling
query(contentResolver, projection, null, null . |
ImageurlsCursor |
query(android.content.ContentResolver contentResolver,
java.lang.String[] projection)
Equivalent of calling
query(contentResolver, projection, null . |
ImageurlsCursor |
query(android.content.ContentResolver contentResolver,
java.lang.String[] projection,
java.lang.String sortOrder)
Query the given content resolver using this selection.
|
android.net.Uri |
uri()
Returns the
uri argument to pass to the ContentResolver methods. |
addEquals, addGreaterThan, addGreaterThanOrEquals, addLessThan, addLessThanOrEquals, addLike, addNotEquals, addRaw, and, args, closeParen, delete, openParen, or, sel, toObjectArray, toObjectArray, toObjectArray, toObjectArray, toObjectArray
public android.net.Uri uri()
AbstractSelection
uri
argument to pass to the ContentResolver
methods.uri
in class AbstractSelection<ImageurlsSelection>
public ImageurlsCursor query(android.content.ContentResolver contentResolver, java.lang.String[] projection, java.lang.String sortOrder)
contentResolver
- The content resolver to query.projection
- A list of which columns to return. Passing null will return all columns, which is inefficient.sortOrder
- How to order the rows, formatted as an SQL ORDER BY clause (excluding the ORDER BY itself). Passing null will use the default sort
order, which may be unordered.ImageurlsCursor
object, which is positioned before the first entry, or null.public ImageurlsCursor query(android.content.ContentResolver contentResolver, java.lang.String[] projection)
query(contentResolver, projection, null
.public ImageurlsCursor query(android.content.ContentResolver contentResolver)
query(contentResolver, projection, null, null
.public ImageurlsSelection id(long... value)
public ImageurlsSelection productid(java.lang.String... value)
public ImageurlsSelection productidNot(java.lang.String... value)
public ImageurlsSelection productidLike(java.lang.String... value)
public ImageurlsSelection imageurl(java.lang.String... value)
public ImageurlsSelection imageurlNot(java.lang.String... value)
public ImageurlsSelection imageurlLike(java.lang.String... value)