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

Method prepare_select

src/query/select.rs:174–177  ·  view source on GitHub ↗
(mut self)

Source from the content-addressed store, hash-verified

172 }
173
174 fn prepare_select(mut self) -> Self {
175 self.query.exprs(self.column_list());
176 self
177 }
178
179 fn column_list(&self) -> Vec<SimpleExpr> {
180 E::Column::iter()

Callers 1

newMethod · 0.45

Calls 2

exprsMethod · 0.80
column_listMethod · 0.80

Tested by

no test coverage detected