MCPcopy Index your code
hub / github.com/RustPython/RustPython / column_text

Method column_text

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

Source from the content-addressed store, hash-verified

3207 }
3208
3209 fn column_text(self, pos: c_int) -> *const u8 {
3210 unsafe { sqlite3_column_text(self.st, pos) }
3211 }
3212
3213 fn column_decltype(self, pos: c_int) -> *const libc::c_char {
3214 unsafe { sqlite3_column_decltype(self.st, pos) }

Callers 1

nextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected