public class TransactionreasonsSelection extends AbstractSelection<TransactionreasonsSelection>
transactionreasons
table.Constructor and Description |
---|
TransactionreasonsSelection() |
Modifier and Type | Method and Description |
---|---|
TransactionreasonsSelection |
id(long... value) |
TransactionreasonsSelection |
program(java.lang.String... value) |
TransactionreasonsSelection |
programfor(java.lang.String... value) |
TransactionreasonsSelection |
programforLike(java.lang.String... value) |
TransactionreasonsSelection |
programforNot(java.lang.String... value) |
TransactionreasonsSelection |
programLike(java.lang.String... value) |
TransactionreasonsSelection |
programNot(java.lang.String... value) |
TransactionreasonsCursor |
query(android.content.ContentResolver contentResolver)
Equivalent of calling
query(contentResolver, projection, null, null . |
TransactionreasonsCursor |
query(android.content.ContentResolver contentResolver,
java.lang.String[] projection)
Equivalent of calling
query(contentResolver, projection, null . |
TransactionreasonsCursor |
query(android.content.ContentResolver contentResolver,
java.lang.String[] projection,
java.lang.String sortOrder)
Query the given content resolver using this selection.
|
TransactionreasonsSelection |
transactionid(java.lang.String... value) |
TransactionreasonsSelection |
transactionidLike(java.lang.String... value) |
TransactionreasonsSelection |
transactionidNot(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<TransactionreasonsSelection>
public TransactionreasonsCursor 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.TransactionreasonsCursor
object, which is positioned before the first entry, or null.public TransactionreasonsCursor query(android.content.ContentResolver contentResolver, java.lang.String[] projection)
query(contentResolver, projection, null
.public TransactionreasonsCursor query(android.content.ContentResolver contentResolver)
query(contentResolver, projection, null, null
.public TransactionreasonsSelection id(long... value)
public TransactionreasonsSelection transactionid(java.lang.String... value)
public TransactionreasonsSelection transactionidNot(java.lang.String... value)
public TransactionreasonsSelection transactionidLike(java.lang.String... value)
public TransactionreasonsSelection program(java.lang.String... value)
public TransactionreasonsSelection programNot(java.lang.String... value)
public TransactionreasonsSelection programLike(java.lang.String... value)
public TransactionreasonsSelection programfor(java.lang.String... value)
public TransactionreasonsSelection programforNot(java.lang.String... value)
public TransactionreasonsSelection programforLike(java.lang.String... value)