Searched defs:ResultSet (Results 1 – 11 of 11) sorted by relevance
30 class ResultSet; variable
41 class ResultSet; variable
40 class ResultSet; variable
136 type ResultSet; typedef144 self: Pin<&mut ResultSet>, in GetColumnType()149 fn GetColumnCount(self: Pin<&mut ResultSet>, count: &mut i32) -> i32; in GetColumnCount()151 fn GetRowCount(self: Pin<&mut ResultSet>, count: &mut i32) -> i32; in GetRowCount()155 fn GetRow(self: Pin<&mut ResultSet>, row: Pin<&mut RowEntity>) -> i32; in GetRow()186 ) -> SharedPtr<ResultSet>; in Query()
92 fn pin_mut(&mut self) -> Pin<&mut ffi::ResultSet> { in pin_mut()
372 ResultSet::ResultSet(): iter_(eventRecords_.begin()), code_(0), has_(false) in ResultSet() function in OHOS::HiviewDFX::EventStore::ResultSet380 ResultSet::ResultSet(ResultSet &&result) in ResultSet() function in OHOS::HiviewDFX::EventStore::ResultSet
28 using ResultSet = OHOS::NativeRdb::ResultSet; variable