Home
last modified time | relevance | path

Searched defs:RowEntity (Results 1 – 1 of 1) sorted by relevance

/base/request/request/common/database/src/
Dwrapper.rs138 type RowEntity; typedef
169 fn GetI32(row: Pin<&mut RowEntity>, index: i32, value: &mut i32) -> i32; in GetI32()
170 fn GetI64(row: Pin<&mut RowEntity>, index: i32, value: &mut i64) -> i32; in GetI64()
171 fn GetBool(row: Pin<&mut RowEntity>, index: i32, value: &mut bool) -> i32; in GetBool()
172 fn GetDouble(row: Pin<&mut RowEntity>, index: i32, value: &mut f64) -> i32; in GetDouble()
173 fn GetString(row: Pin<&mut RowEntity>, index: i32, value: &mut String) -> i32; in GetString()
174 fn GetBlob(row: Pin<&mut RowEntity>, index: i32, value: &mut Vec<u8>) -> i32; in GetBlob()
175 fn IsNull(row: Pin<&mut RowEntity>, index: i32) -> bool; in IsNull()