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

Method into_query

src/query/select.rs:202–204  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

200 &self.query
201 }
202 fn into_query(self) -> SelectStatement {
203 self.query
204 }
205}
206
207macro_rules! select_two {

Callers 2

select_alsoMethod · 0.45
select_withMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected