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

Method select_only

src/query/helper.rs:25–28  ·  view source on GitHub ↗

Clear the selection list

(mut self)

Source from the content-addressed store, hash-verified

23
24 /// Clear the selection list
25 fn select_only(mut self) -> Self {
26 self.query().clear_selects();
27 self
28 }
29
30 /// Add a select column
31 /// ```

Callers 15

into_partial_modelMethod · 0.80
find_linked_recursiveFunction · 0.80
left_joinFunction · 0.80
right_joinFunction · 0.80
inner_joinFunction · 0.80
group_byFunction · 0.80
havingFunction · 0.80
relatedFunction · 0.80
linkedFunction · 0.80

Implementers 1

cursor.rssrc/executor/cursor.rs

Calls 1

queryMethod · 0.45

Tested by 13

left_joinFunction · 0.64
right_joinFunction · 0.64
inner_joinFunction · 0.64
group_byFunction · 0.64
havingFunction · 0.64
relatedFunction · 0.64
linkedFunction · 0.64
from_query_result_nestedFunction · 0.64