public class VariationsSelection extends AbstractSelection<VariationsSelection>
variations
table.Constructor and Description |
---|
VariationsSelection() |
Modifier and Type | Method and Description |
---|---|
VariationsSelection |
attribute(java.lang.String... value) |
VariationsSelection |
attributeLike(java.lang.String... value) |
VariationsSelection |
attributeNot(java.lang.String... value) |
VariationsSelection |
id(long... value) |
VariationsSelection |
productid(java.lang.String... value) |
VariationsSelection |
productidLike(java.lang.String... value) |
VariationsSelection |
productidNot(java.lang.String... value) |
VariationsCursor |
query(android.content.ContentResolver contentResolver)
Equivalent of calling
query(contentResolver, projection, null, null . |
VariationsCursor |
query(android.content.ContentResolver contentResolver,
java.lang.String[] projection)
Equivalent of calling
query(contentResolver, projection, null . |
VariationsCursor |
query(android.content.ContentResolver contentResolver,
java.lang.String[] projection,
java.lang.String sortOrder)
Query the given content resolver using this selection.
|
VariationsSelection |
sku(java.lang.String... value) |
VariationsSelection |
skuLike(java.lang.String... value) |
VariationsSelection |
skuNot(java.lang.String... value) |
android.net.Uri |
uri()
Returns the
uri argument to pass to the ContentResolver methods. |
VariationsSelection |
value(java.lang.String... value) |
VariationsSelection |
valueLike(java.lang.String... value) |
VariationsSelection |
valueNot(java.lang.String... value) |
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<VariationsSelection>
public VariationsCursor 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.VariationsCursor
object, which is positioned before the first entry, or null.public VariationsCursor query(android.content.ContentResolver contentResolver, java.lang.String[] projection)
query(contentResolver, projection, null
.public VariationsCursor query(android.content.ContentResolver contentResolver)
query(contentResolver, projection, null, null
.public VariationsSelection id(long... value)
public VariationsSelection productid(java.lang.String... value)
public VariationsSelection productidNot(java.lang.String... value)
public VariationsSelection productidLike(java.lang.String... value)
public VariationsSelection sku(java.lang.String... value)
public VariationsSelection skuNot(java.lang.String... value)
public VariationsSelection skuLike(java.lang.String... value)
public VariationsSelection attribute(java.lang.String... value)
public VariationsSelection attributeNot(java.lang.String... value)
public VariationsSelection attributeLike(java.lang.String... value)
public VariationsSelection value(java.lang.String... value)
public VariationsSelection valueNot(java.lang.String... value)
public VariationsSelection valueLike(java.lang.String... value)