TableUpdate class
Table update matching the actual protocol structure
Constructors
-
TableUpdate({required int tableId, required String tableName, required Int64 numRows, required List<
CompressableQueryUpdate> updates})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
decode(
BsatnDecoder decoder) → TableUpdate