table property

  1. @override
TableReference table
override

The primary table this statement operates on. This is the part after the FROM for select and delete statements, the part after the INTO for inserts and the name after the UPDATE for updates.

Implementation

@override
TableReference get table => from;