MCPcopy Create free account
hub / github.com/HFQR/xitca-web / query

Method query

postgres/src/pool/execute.rs:34–39  ·  view source on GitHub ↗
(self, pool: &'c Pool)

Source from the content-addressed store, hash-verified

32 let conn = pool.get().await?;
33 self.query(&conn).await
34 }
35}
36
37impl<'c, 's, P> Execute<&'c Pool> for StatementQuery<'s, P>
38where
39 P: AsParams + Send + 'c,
40 's: 'c,
41{
42 type ExecuteOutput = u64;

Callers 5

query_iter_with_poolFunction · 0.45
io_uring_drvFunction · 0.45
compioFunction · 0.45
query_portalMethod · 0.45

Calls 5

query_iter_with_poolFunction · 0.85
queryFunction · 0.85
getMethod · 0.45
into_iterMethod · 0.45

Tested by

no test coverage detected