Table<T extends Row> class final Inserting rows Writing queries Update and delete

A table of rows of type T.

Table objects also implement Query<(Expr<T>,)>, thus, they can be used to query all rows in the table, in addition there will always be generated extension methods for:

  • .insert,
  • .update, and,
  • .delete.
Inheritance

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
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited