Home
last modified time | relevance | path

Searched refs:maxRow_ (Results 1 - 4 of 4) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dcache_result_set.cpp31 maxRow_ = static_cast<int>(valueBuckets_.size()); in CacheResultSet()
32 if (maxRow_ > 0) { in CacheResultSet()
47 count = static_cast<int>(maxRow_); in GetRowCount()
64 if (row_ < 0 || row_ >= maxRow_) { in GetBlob()
77 if (row_ < 0 || row_ >= maxRow_) { in GetString()
90 if (row_ < 0 || row_ >= maxRow_) { in GetInt()
103 if (row_ < 0 || row_ >= maxRow_) { in GetLong()
116 if (row_ < 0 || row_ >= maxRow_) { in GetDouble()
129 if (row_ < 0 || row_ >= maxRow_) { in IsColumnNull()
139 if (row_ < 0 || row_ >= maxRow_) { in GetRow()
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Dcache_cursor.cpp26 maxRow_ = records_.size(); in CacheCursor()
27 if (maxRow_ > 0) { in CacheCursor()
62 return maxRow_; in GetCount()
74 if (row >= maxRow_ - 1) { in MoveToNext()
95 if (row >= maxRow_) { in GetRow()
113 if (row >= maxRow_) { in Get()
H A Dcache_cursor.h41 int32_t maxRow_; member in OHOS::DistributedRdb::CacheCursor
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Dcache_result_set.h325 int32_t maxRow_; member in OHOS::NativeRdb::CacheResultSet

Completed in 2 milliseconds