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

Method join

src/query/helper.rs:391–394  ·  view source on GitHub ↗

Join via [`RelationDef`].

(mut self, join: JoinType, rel: RelationDef)

Source from the content-addressed store, hash-verified

389
390 /// Join via [`RelationDef`].
391 fn join(mut self, join: JoinType, rel: RelationDef) -> Self {
392 self.query().join(join, rel.to_tbl.clone(), rel);
393 self
394 }
395
396 /// Join via [`RelationDef`] but in reverse direction.
397 /// Assume when there exist a relation A to B.

Callers 15

get_full_migration_dirFunction · 0.80
create_new_migrationFunction · 0.80
get_migrator_filepathFunction · 0.80
update_migratorFunction · 0.80
test_update_migratorFunction · 0.80
run_generate_commandFunction · 0.80
join_joinMethod · 0.80
join_revMethod · 0.80
join_asMethod · 0.80
join_as_revMethod · 0.80
cursor_by_manyFunction · 0.80

Implementers 1

cursor.rssrc/executor/cursor.rs

Calls 1

queryMethod · 0.45

Tested by 8

test_update_migratorFunction · 0.64
build_with_queryFunction · 0.64
partial_model_join_threeFunction · 0.64
execute_unpreparedFunction · 0.64
find_baker_least_salesFunction · 0.64