table property

T table
final

The table instance that this update table operates on.

This provides access to the table's schema information, including column definitions and metadata needed for generating update queries.

Implementation

final T table;