NCMBQuery class

Constructors

NCMBQuery(String name)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

allInArray(String key, Object value) → void
clear() → void
count() → void
equalTo(String key, Object value) → void
exists(String key, {bool value = true}) → void
fetch() Future
fetchAll() Future<List>
greaterThan(String key, Object value) → void
greaterThanOrEqualTo(String key, Object value) → void
inArray(String key, Object value) → void
include(String className) → void
initWhere() → void
inValue(String key, Object value) → void
lessThan(String key, Object value) → void
lessThanOrEqualTo(String key, Object value) → void
limit(int number) → void
near(String key, NCMBGeoPoint geo) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notEqualTo(String key, Object value) → void
notInArray(String key, Object value) → void
notInValue(String key, Object value) → void
or(List<NCMBQuery> queries) → void
order(String key, {bool descending = true}) → void
regex(String key, String value) → void
relatedTo(dynamic obj, String key) → void
select(String key, String subKey, NCMBQuery query) → void
setOperand(String key, Object value, {String ope = ''}) → void
skip(int number) → void
toJson() Map
toString() String
A string representation of this object.
inherited
where() Map
withinKilometers(String key, NCMBGeoPoint geo, double maxDistance) → void
withinMiles(String key, NCMBGeoPoint geo, double maxDistance) → void
withinRadians(String key, NCMBGeoPoint geo, double maxDistance) → void
withinSquare(String key, NCMBGeoPoint southWestVertex, NCMBGeoPoint northEastVertex) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

ncmb NCMB?
getter/setter pair