public class ProductrelationsSelection extends AbstractSelection<ProductrelationsSelection>
productrelations
table.Constructor and Description |
---|
ProductrelationsSelection() |
Modifier and Type | Method and Description |
---|---|
ProductrelationsSelection |
currency(java.lang.String... value) |
ProductrelationsSelection |
currencyLike(java.lang.String... value) |
ProductrelationsSelection |
currencyNot(java.lang.String... value) |
ProductrelationsSelection |
id(long... value) |
ProductrelationsSelection |
price(java.lang.Integer... value) |
ProductrelationsSelection |
priceGt(int value) |
ProductrelationsSelection |
priceGtEq(int value) |
ProductrelationsSelection |
priceLt(int value) |
ProductrelationsSelection |
priceLtEq(int value) |
ProductrelationsSelection |
priceNot(java.lang.Integer... value) |
ProductrelationsSelection |
productid(java.lang.String... value) |
ProductrelationsSelection |
productidLike(java.lang.String... value) |
ProductrelationsSelection |
productidNot(java.lang.String... value) |
ProductrelationsCursor |
query(android.content.ContentResolver contentResolver)
Equivalent of calling
query(contentResolver, projection, null, null . |
ProductrelationsCursor |
query(android.content.ContentResolver contentResolver,
java.lang.String[] projection)
Equivalent of calling
query(contentResolver, projection, null . |
ProductrelationsCursor |
query(android.content.ContentResolver contentResolver,
java.lang.String[] projection,
java.lang.String sortOrder)
Query the given content resolver using this selection.
|
ProductrelationsSelection |
relatedproductid(java.lang.String... value) |
ProductrelationsSelection |
relatedproductidLike(java.lang.String... value) |
ProductrelationsSelection |
relatedproductidNot(java.lang.String... value) |
ProductrelationsSelection |
relationcount(java.lang.Integer... value) |
ProductrelationsSelection |
relationcountGt(int value) |
ProductrelationsSelection |
relationcountGtEq(int value) |
ProductrelationsSelection |
relationcountLt(int value) |
ProductrelationsSelection |
relationcountLtEq(int value) |
ProductrelationsSelection |
relationcountNot(java.lang.Integer... value) |
ProductrelationsSelection |
type(ProductRelationType... value) |
ProductrelationsSelection |
typeNot(ProductRelationType... value) |
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<ProductrelationsSelection>
public ProductrelationsCursor 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.ProductrelationsCursor
object, which is positioned before the first entry, or null.public ProductrelationsCursor query(android.content.ContentResolver contentResolver, java.lang.String[] projection)
query(contentResolver, projection, null
.public ProductrelationsCursor query(android.content.ContentResolver contentResolver)
query(contentResolver, projection, null, null
.public ProductrelationsSelection id(long... value)
public ProductrelationsSelection productid(java.lang.String... value)
public ProductrelationsSelection productidNot(java.lang.String... value)
public ProductrelationsSelection productidLike(java.lang.String... value)
public ProductrelationsSelection price(java.lang.Integer... value)
public ProductrelationsSelection priceNot(java.lang.Integer... value)
public ProductrelationsSelection priceGt(int value)
public ProductrelationsSelection priceGtEq(int value)
public ProductrelationsSelection priceLt(int value)
public ProductrelationsSelection priceLtEq(int value)
public ProductrelationsSelection currency(java.lang.String... value)
public ProductrelationsSelection currencyNot(java.lang.String... value)
public ProductrelationsSelection currencyLike(java.lang.String... value)
public ProductrelationsSelection relationcount(java.lang.Integer... value)
public ProductrelationsSelection relationcountNot(java.lang.Integer... value)
public ProductrelationsSelection relationcountGt(int value)
public ProductrelationsSelection relationcountGtEq(int value)
public ProductrelationsSelection relationcountLt(int value)
public ProductrelationsSelection relationcountLtEq(int value)
public ProductrelationsSelection relatedproductid(java.lang.String... value)
public ProductrelationsSelection relatedproductidNot(java.lang.String... value)
public ProductrelationsSelection relatedproductidLike(java.lang.String... value)
public ProductrelationsSelection type(ProductRelationType... value)
public ProductrelationsSelection typeNot(ProductRelationType... value)