public class TemplateoverridesSelection extends AbstractSelection<TemplateoverridesSelection>
templateoverrides
table.Constructor and Description |
---|
TemplateoverridesSelection() |
Modifier and Type | Method and Description |
---|---|
TemplateoverridesSelection |
id(long... value) |
TemplateoverridesSelection |
productid(java.lang.String... value) |
TemplateoverridesSelection |
productidLike(java.lang.String... value) |
TemplateoverridesSelection |
productidNot(java.lang.String... value) |
TemplateoverridesCursor |
query(android.content.ContentResolver contentResolver)
Equivalent of calling
query(contentResolver, projection, null, null . |
TemplateoverridesCursor |
query(android.content.ContentResolver contentResolver,
java.lang.String[] projection)
Equivalent of calling
query(contentResolver, projection, null . |
TemplateoverridesCursor |
query(android.content.ContentResolver contentResolver,
java.lang.String[] projection,
java.lang.String sortOrder)
Query the given content resolver using this selection.
|
TemplateoverridesSelection |
templateoverride(java.lang.String... value) |
TemplateoverridesSelection |
templateoverrideLike(java.lang.String... value) |
TemplateoverridesSelection |
templateoverrideNot(java.lang.String... 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<TemplateoverridesSelection>
public TemplateoverridesCursor 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.TemplateoverridesCursor
object, which is positioned before the first entry, or null.public TemplateoverridesCursor query(android.content.ContentResolver contentResolver, java.lang.String[] projection)
query(contentResolver, projection, null
.public TemplateoverridesCursor query(android.content.ContentResolver contentResolver)
query(contentResolver, projection, null, null
.public TemplateoverridesSelection id(long... value)
public TemplateoverridesSelection productid(java.lang.String... value)
public TemplateoverridesSelection productidNot(java.lang.String... value)
public TemplateoverridesSelection productidLike(java.lang.String... value)
public TemplateoverridesSelection templateoverride(java.lang.String... value)
public TemplateoverridesSelection templateoverrideNot(java.lang.String... value)
public TemplateoverridesSelection templateoverrideLike(java.lang.String... value)