Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TankHQ/tank
/ statement
Method
statement
tank-sqlite/src/prepared.rs:31–33 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
29
index: 1,
30
}
31
}
32
pub(crate) fn statement(&self) -> *mut sqlite3_stmt {
33
*self.statement
34
}
35
pub fn last_error(&self) -> String {
36
unsafe {
Callers
5
last_error
Method · 0.45
clear_bindings
Method · 0.45
bind_index
Method · 0.45
do_run_unprepared
Method · 0.45
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected