MCPcopy Create free account
hub / github.com/SeaQL/sea-orm / on_update

Method on_update

src/entity/relation.rs:426–429  ·  view source on GitHub ↗

An operation to perform on a foreign key when an update operation occurs

(mut self, action: ForeignKeyAction)

Source from the content-addressed store, hash-verified

424
425 /// An operation to perform on a foreign key when an update operation occurs
426 pub fn on_update(mut self, action: ForeignKeyAction) -> Self {
427 self.on_update = Some(action);
428 self
429 }
430
431 /// Set custom join ON condition.
432 ///

Callers 8

create_baker_tableFunction · 0.80
create_order_tableFunction · 0.80
create_lineitem_tableFunction · 0.80
create_cake_tableFunction · 0.80
upMethod · 0.80
upMethod · 0.80
upMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected