PartialQuery class final
A query without the values
- Implementers
Constructors
-
PartialQuery(List<
WhereClause> whereClauses, {List<OrderByClause> orderByClauses = const [], bool distinct = false, List<String> ? columns}) -
const
Properties
-
columns
→ List<
String> ? -
final
- distinct → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isAll → bool
-
no setter
-
orderByClauses
→ List<
OrderByClause> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
whereClauses
→ List<
WhereClause> -
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
orderByString(
) → String? -
toString(
) → String -
A string representation of this object.
inherited
-
whereString(
) → String -
whereStringOrNull(
) → String? -
withValues(
List< String> values) → Query
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited