Skip to main content
Information about changes to table data or table schema View source on GitHub

method insert_to_update()

insert_to_update() -> UpdateStatus
Convert the update status from an insert operation to an update operation. This is used when an insert operation is treated as an update.

method to_cascade()

to_cascade() -> UpdateStatus
Convert the update status to a cascade update status. This is used when an operation cascades changes to other tables.

field cascade_row_count_stats

⚠️ No documentation Type: field: RowCountStats Default: Factory function

field cols_with_excs

⚠️ No documentation Type: field: list[str] Default: Factory function

property ext_num_rows

Total number of rows affected in an external store. Type: property (read-only)

field ext_row_count_stats

⚠️ No documentation Type: field: RowCountStats Default: Factory function

property external_rows_created

Number of rows created in an external store. Type: property (read-only)

property external_rows_deleted

Number of rows deleted from an external store. Type: property (read-only)

property external_rows_updated

Number of rows updated in an external store. Type: property (read-only)

property insert_msg

Return a message describing the results of an insert operation. Type: property (read-only)

property num_computed_values

Total number of computed values affected (including cascaded changes). Type: property (read-only)

property num_excs

Total number of exceptions encountered (including cascaded changes). Type: property (read-only)

property num_rows

Total number of rows affected (including cascaded changes). Type: property (read-only)

property pxt_rows_updated

Returns the number of Pixeltable rows that were updated as a result of the operation. Type: property (read-only)

field row_count_stats

⚠️ No documentation Type: field: RowCountStats Default: Factory function

field updated_cols

⚠️ No documentation Type: field: list[str] Default: Factory function