QPropertyComparison |
QPropertyComparison.dup() |
static QPropertyComparison |
QRestriction.eq(String property,
double value) |
static QPropertyComparison |
QRestriction.eq(String property,
long value) |
static QPropertyComparison |
QRestriction.eq(String property,
Object value)
Equals a property to a value.
|
static QPropertyComparison |
QRestriction.ge(String property,
double value) |
static QPropertyComparison |
QRestriction.ge(String property,
long value) |
static QPropertyComparison |
QRestriction.ge(String property,
Object value) |
static QPropertyComparison |
QRestriction.gt(String property,
double value) |
static QPropertyComparison |
QRestriction.gt(String property,
long value) |
static QPropertyComparison |
QRestriction.gt(String property,
Object value) |
static QPropertyComparison |
QRestriction.ilike(String property,
Object value) |
static QPropertyComparison |
QRestriction.le(String property,
double value) |
static QPropertyComparison |
QRestriction.le(String property,
long value) |
static QPropertyComparison |
QRestriction.le(String property,
Object value) |
static QPropertyComparison |
QRestriction.like(String property,
Object value) |
static QPropertyComparison |
QRestriction.lt(String property,
double value) |
static QPropertyComparison |
QRestriction.lt(String property,
long value) |
static QPropertyComparison |
QRestriction.lt(String property,
Object value) |
static QPropertyComparison |
QRestriction.ne(String property,
double value) |
static QPropertyComparison |
QRestriction.ne(String property,
long value) |
static QPropertyComparison |
QRestriction.ne(String property,
Object value) |