MCPcopy Create free account
hub / github.com/dckc/rust-sqlite3 / decode_result

Function decode_result

src/core.rs:683–693  ·  view source on GitHub ↗

Decode SQLite result as `SqliteResult`. Note the use of the `Result ` pattern to distinguish errors in the type system. # Panic Panics if result is not a SQLITE error code.

(result: c_int,
                     desc: &'static str,
                     detail_db: Option<*mut ffi::sqlite3>)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 10

newMethod · 0.85
prepare_with_offsetMethod · 0.85
execMethod · 0.85
busy_timeoutMethod · 0.85
bind_nullMethod · 0.85
bind_intMethod · 0.85
bind_int64Method · 0.85
bind_doubleMethod · 0.85
bind_textMethod · 0.85
bind_blobMethod · 0.85

Calls 1

error_resultFunction · 0.85

Tested by

no test coverage detected