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