public class SelectablevariationsSelection extends AbstractSelection<SelectablevariationsSelection>
selectablevariations
table.Constructor and Description |
---|
SelectablevariationsSelection() |
Modifier and Type | Method and Description |
---|---|
SelectablevariationsSelection |
attribute(java.lang.String... value) |
SelectablevariationsSelection |
attributeLike(java.lang.String... value) |
SelectablevariationsSelection |
attributeNot(java.lang.String... value) |
SelectablevariationsSelection |
cardinality(java.lang.String... value) |
SelectablevariationsSelection |
cardinalityLike(java.lang.String... value) |
SelectablevariationsSelection |
cardinalityNot(java.lang.String... value) |
SelectablevariationsSelection |
id(long... value) |
SelectablevariationsSelection |
linkedsku(java.lang.String... value) |
SelectablevariationsSelection |
linkedskuLike(java.lang.String... value) |
SelectablevariationsSelection |
linkedskuNot(java.lang.String... value) |
SelectablevariationsCursor |
query(android.content.ContentResolver contentResolver)
Equivalent of calling
query(contentResolver, projection, null, null . |
SelectablevariationsCursor |
query(android.content.ContentResolver contentResolver,
java.lang.String[] projection)
Equivalent of calling
query(contentResolver, projection, null . |
SelectablevariationsCursor |
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. |
SelectablevariationsSelection |
value(java.lang.String... value) |
SelectablevariationsSelection |
valueLike(java.lang.String... value) |
SelectablevariationsSelection |
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<SelectablevariationsSelection>
public SelectablevariationsCursor 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.SelectablevariationsCursor
object, which is positioned before the first entry, or null.public SelectablevariationsCursor query(android.content.ContentResolver contentResolver, java.lang.String[] projection)
query(contentResolver, projection, null
.public SelectablevariationsCursor query(android.content.ContentResolver contentResolver)
query(contentResolver, projection, null, null
.public SelectablevariationsSelection id(long... value)
public SelectablevariationsSelection linkedsku(java.lang.String... value)
public SelectablevariationsSelection linkedskuNot(java.lang.String... value)
public SelectablevariationsSelection linkedskuLike(java.lang.String... value)
public SelectablevariationsSelection attribute(java.lang.String... value)
public SelectablevariationsSelection attributeNot(java.lang.String... value)
public SelectablevariationsSelection attributeLike(java.lang.String... value)
public SelectablevariationsSelection value(java.lang.String... value)
public SelectablevariationsSelection valueNot(java.lang.String... value)
public SelectablevariationsSelection valueLike(java.lang.String... value)
public SelectablevariationsSelection cardinality(java.lang.String... value)
public SelectablevariationsSelection cardinalityNot(java.lang.String... value)
public SelectablevariationsSelection cardinalityLike(java.lang.String... value)