SqlUpdate class
- Mixed-in types
Constructors
-
SqlUpdate(SqlQualifiedRelation relation, Sql? where, Map<
SqlTypedAttribute, dynamic> values)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- relation → SqlQualifiedRelation
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
values
→ Map<
SqlTypedAttribute, dynamic> -
final
- where → Sql?
-
final
Methods
-
getEncodedParameters(
) → Iterable -
inherited
-
getParameters(
) → Iterable -
inherited
-
getParameterTypes(
) → Iterable< PostgresqlDataType> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toLiteralString(
) → String -
inherited
-
toSql(
) → Sql -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
wrap(
) → Sql -
inherited
Operators
-
operator +(
Sql other) → Sql -
inherited
-
operator ==(
Object other) → bool -
The equality operator.
inherited