PendingStatementValue class sealed
A description of a value that will be resolved in the sync client when running a PendingStatement for a RawTable.
Constructors
- PendingStatementValue.column(String column)
-
A value that is bound to the value of a column in a replace (
PUT) operation of the PowerSync protocol.factory - PendingStatementValue.id()
-
A value that is bound to the textual id used in the PowerSync protocol.
factory
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
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited