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

Method into_json

src/executor/select.rs:227–232  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

225 /// Get a selectable Model as a [JsonValue] for SQL JSON operations
226 #[cfg(feature = "with-json")]
227 pub fn into_json(self) -> Selector<SelectModel<JsonValue>> {
228 Selector {
229 query: self.query,
230 selector: SelectModel { model: PhantomData },
231 }
232 }
233
234 /// ```
235 /// # use sea_orm::{error::*, tests_cfg::*, *};

Callers 7

cursor_paginationFunction · 0.45
insert_metadataFunction · 0.45
create_transaction_logFunction · 0.45
find_all_jsonFunction · 0.45
find_together_jsonFunction · 0.45
find_all_streamFunction · 0.45

Calls

no outgoing calls

Tested by 3

cursor_paginationFunction · 0.36
insert_metadataFunction · 0.36
create_transaction_logFunction · 0.36