MCPcopy Index your code
hub / github.com/dckc/rust-sqlite3 / execute

Method execute

src/core.rs:413–415  ·  view source on GitHub ↗

Begin executing a statement. An sqlite "row" only lasts until the next call to `ffi::sqlite3_step()`, so `ResultSet` has a corresponding lifetime constraint, which prevents it `ResultSet` from implementing the `Iterator` trait. See the `Query` trait for and `Iterator` over query results.

(&mut self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 11

with_queryFunction · 0.80
goFunction · 0.80
updateMethod · 0.80
query_eachMethod · 0.80
query_foldMethod · 0.80
queryMethod · 0.80
goFunction · 0.80
with_queryFunction · 0.80
with_queryFunction · 0.80
non_utf8_strFunction · 0.80
typical_usageFunction · 0.80

Calls

no outgoing calls

Tested by 1

non_utf8_strFunction · 0.64