- Inheritance
-
- Object
- PlatformInterface
- QueryPlatform
- Implementers
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
limit
↔ int?
-
getter/setter pair
-
offset
↔ int?
-
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
asc(String columnName)
→ void
-
-
betweenExclude(String columnName, String from, String to)
→ void
-
-
betweenInclude(String columnName, String from, String to)
→ void
-
-
containedIn(String columnName, List<String> values)
→ void
-
-
contains(String columnName, String value)
→ void
-
-
containsInArray(String columnName, List<String> values)
→ void
-
-
desc(String columnName)
→ void
-
-
endsWith(String columnName, String value)
→ void
-
-
equalTo(String columnName, String value)
→ void
-
-
greaterThanOrEqualTo(String columnName, String value)
→ void
-
-
lessThanOrEqualTo(String columnName, String value)
→ void
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
notContainedIn(String columnName, List<String> values)
→ void
-
-
notEqualTo(String columnName, String value)
→ void
-
-
startsWith(String columnName, String value)
→ void
-
-
toString()
→ String
-
A string representation of this object.
inherited