public class CardsSelection extends AbstractSelection<CardsSelection>
cards
table.Constructor and Description |
---|
CardsSelection() |
Modifier and Type | Method and Description |
---|---|
CardsSelection |
cardholderfirstname(java.lang.String... value) |
CardsSelection |
cardholderfirstnameLike(java.lang.String... value) |
CardsSelection |
cardholderfirstnameNot(java.lang.String... value) |
CardsSelection |
cardholderfullname(java.lang.String... value) |
CardsSelection |
cardholderfullnameLike(java.lang.String... value) |
CardsSelection |
cardholderfullnameNot(java.lang.String... value) |
CardsSelection |
cardholderlastname(java.lang.String... value) |
CardsSelection |
cardholderlastnameLike(java.lang.String... value) |
CardsSelection |
cardholderlastnameNot(java.lang.String... value) |
CardsSelection |
cardid(java.lang.Long... value) |
CardsSelection |
cardidGt(long value) |
CardsSelection |
cardidGtEq(long value) |
CardsSelection |
cardidLt(long value) |
CardsSelection |
cardidLtEq(long value) |
CardsSelection |
cardidNot(java.lang.Long... value) |
CardsSelection |
carduuid(java.lang.String... value) |
CardsSelection |
carduuidLike(java.lang.String... value) |
CardsSelection |
carduuidNot(java.lang.String... value) |
CardsSelection |
expirationmonth(java.lang.Integer... value) |
CardsSelection |
expirationmonthGt(int value) |
CardsSelection |
expirationmonthGtEq(int value) |
CardsSelection |
expirationmonthLt(int value) |
CardsSelection |
expirationmonthLtEq(int value) |
CardsSelection |
expirationmonthNot(java.lang.Integer... value) |
CardsSelection |
expirationyear(java.lang.Integer... value) |
CardsSelection |
expirationyearGt(int value) |
CardsSelection |
expirationyearGtEq(int value) |
CardsSelection |
expirationyearLt(int value) |
CardsSelection |
expirationyearLtEq(int value) |
CardsSelection |
expirationyearNot(java.lang.Integer... value) |
CardsSelection |
id(long... value) |
CardsSelection |
number(java.lang.String... value) |
CardsSelection |
numberfirst6(java.lang.String... value) |
CardsSelection |
numberfirst6Like(java.lang.String... value) |
CardsSelection |
numberfirst6Not(java.lang.String... value) |
CardsSelection |
numberlast4(java.lang.String... value) |
CardsSelection |
numberlast4Like(java.lang.String... value) |
CardsSelection |
numberlast4Not(java.lang.String... value) |
CardsSelection |
numberLike(java.lang.String... value) |
CardsSelection |
numbermasked(java.lang.String... value) |
CardsSelection |
numbermaskedLike(java.lang.String... value) |
CardsSelection |
numbermaskedNot(java.lang.String... value) |
CardsSelection |
numberNot(java.lang.String... value) |
CardsCursor |
query(android.content.ContentResolver contentResolver)
Equivalent of calling
query(contentResolver, projection, null, null . |
CardsCursor |
query(android.content.ContentResolver contentResolver,
java.lang.String[] projection)
Equivalent of calling
query(contentResolver, projection, null . |
CardsCursor |
query(android.content.ContentResolver contentResolver,
java.lang.String[] projection,
java.lang.String sortOrder)
Query the given content resolver using this selection.
|
CardsSelection |
sequencenumber(java.lang.String... value) |
CardsSelection |
sequencenumberLike(java.lang.String... value) |
CardsSelection |
sequencenumberNot(java.lang.String... value) |
CardsSelection |
servicecode(java.lang.String... value) |
CardsSelection |
servicecodeLike(java.lang.String... value) |
CardsSelection |
servicecodeNot(java.lang.String... value) |
CardsSelection |
status(java.lang.String... value) |
CardsSelection |
statusLike(java.lang.String... value) |
CardsSelection |
statusNot(java.lang.String... value) |
CardsSelection |
transactionid(java.lang.String... value) |
CardsSelection |
transactionidLike(java.lang.String... value) |
CardsSelection |
transactionidNot(java.lang.String... value) |
CardsSelection |
type(java.lang.String... value) |
CardsSelection |
typeLike(java.lang.String... value) |
CardsSelection |
typeNot(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<CardsSelection>
public CardsCursor 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.CardsCursor
object, which is positioned before the first entry, or null.public CardsCursor query(android.content.ContentResolver contentResolver, java.lang.String[] projection)
query(contentResolver, projection, null
.public CardsCursor query(android.content.ContentResolver contentResolver)
query(contentResolver, projection, null, null
.public CardsSelection id(long... value)
public CardsSelection transactionid(java.lang.String... value)
public CardsSelection transactionidNot(java.lang.String... value)
public CardsSelection transactionidLike(java.lang.String... value)
public CardsSelection cardid(java.lang.Long... value)
public CardsSelection cardidNot(java.lang.Long... value)
public CardsSelection cardidGt(long value)
public CardsSelection cardidGtEq(long value)
public CardsSelection cardidLt(long value)
public CardsSelection cardidLtEq(long value)
public CardsSelection number(java.lang.String... value)
public CardsSelection numberNot(java.lang.String... value)
public CardsSelection numberLike(java.lang.String... value)
public CardsSelection numberfirst6(java.lang.String... value)
public CardsSelection numberfirst6Not(java.lang.String... value)
public CardsSelection numberfirst6Like(java.lang.String... value)
public CardsSelection numberlast4(java.lang.String... value)
public CardsSelection numberlast4Not(java.lang.String... value)
public CardsSelection numberlast4Like(java.lang.String... value)
public CardsSelection numbermasked(java.lang.String... value)
public CardsSelection numbermaskedNot(java.lang.String... value)
public CardsSelection numbermaskedLike(java.lang.String... value)
public CardsSelection cardholderfirstname(java.lang.String... value)
public CardsSelection cardholderfirstnameNot(java.lang.String... value)
public CardsSelection cardholderfirstnameLike(java.lang.String... value)
public CardsSelection cardholderlastname(java.lang.String... value)
public CardsSelection cardholderlastnameNot(java.lang.String... value)
public CardsSelection cardholderlastnameLike(java.lang.String... value)
public CardsSelection cardholderfullname(java.lang.String... value)
public CardsSelection cardholderfullnameNot(java.lang.String... value)
public CardsSelection cardholderfullnameLike(java.lang.String... value)
public CardsSelection sequencenumber(java.lang.String... value)
public CardsSelection sequencenumberNot(java.lang.String... value)
public CardsSelection sequencenumberLike(java.lang.String... value)
public CardsSelection servicecode(java.lang.String... value)
public CardsSelection servicecodeNot(java.lang.String... value)
public CardsSelection servicecodeLike(java.lang.String... value)
public CardsSelection expirationmonth(java.lang.Integer... value)
public CardsSelection expirationmonthNot(java.lang.Integer... value)
public CardsSelection expirationmonthGt(int value)
public CardsSelection expirationmonthGtEq(int value)
public CardsSelection expirationmonthLt(int value)
public CardsSelection expirationmonthLtEq(int value)
public CardsSelection expirationyear(java.lang.Integer... value)
public CardsSelection expirationyearNot(java.lang.Integer... value)
public CardsSelection expirationyearGt(int value)
public CardsSelection expirationyearGtEq(int value)
public CardsSelection expirationyearLt(int value)
public CardsSelection expirationyearLtEq(int value)
public CardsSelection type(java.lang.String... value)
public CardsSelection typeNot(java.lang.String... value)
public CardsSelection typeLike(java.lang.String... value)
public CardsSelection status(java.lang.String... value)
public CardsSelection statusNot(java.lang.String... value)
public CardsSelection statusLike(java.lang.String... value)
public CardsSelection carduuid(java.lang.String... value)
public CardsSelection carduuidNot(java.lang.String... value)
public CardsSelection carduuidLike(java.lang.String... value)