MCPcopy Create free account
hub / github.com/RustPython/RustPython / column_int

Method column_int

crates/stdlib/src/_sqlite3.rs:3197–3199  ·  view source on GitHub ↗
(self, pos: c_int)

Source from the content-addressed store, hash-verified

3195 }
3196
3197 fn column_int(self, pos: c_int) -> i64 {
3198 unsafe { sqlite3_column_int64(self.st, pos) }
3199 }
3200
3201 fn column_double(self, pos: c_int) -> f64 {
3202 unsafe { sqlite3_column_double(self.st, pos) }

Callers 1

nextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected