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

Method query

src/query/select.rs:196–198  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

194{
195 type QueryStatement = SelectStatement;
196 fn query(&mut self) -> &mut SelectStatement {
197 &mut self.query
198 }
199 fn as_query(&self) -> &SelectStatement {
200 &self.query
201 }

Callers 15

apply_aliasMethod · 0.45
prepare_select_colFunction · 0.45
find_also_linkedMethod · 0.45
find_with_linkedMethod · 0.45
select_onlyMethod · 0.45
columnMethod · 0.45
column_asMethod · 0.45
offsetMethod · 0.45
limitMethod · 0.45
group_byMethod · 0.45
havingMethod · 0.45
distinctMethod · 0.45

Calls

no outgoing calls

Tested by 1