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

Method prepare_from

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

Source from the content-addressed store, hash-verified

183 }
184
185 fn prepare_from(mut self) -> Self {
186 self.query.from(E::default().table_ref());
187 self
188 }
189}
190
191impl<E> QueryTrait for Select<E>

Callers 1

newMethod · 0.80

Calls 2

table_refMethod · 0.80
fromMethod · 0.45

Tested by

no test coverage detected