Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dcache_result_set.cpp29 : row_(0), maxCol_(0), valueBuckets_(std::move(valueBuckets)) in CacheResultSet()
37 maxCol_ = static_cast<int>(colNames_.size()); in CacheResultSet()
59 if (columnIndex < 0 || columnIndex >= maxCol_) { in GetBlob()
72 if (columnIndex < 0 || columnIndex >= maxCol_) { in GetString()
85 if (columnIndex < 0 || columnIndex >= maxCol_) { in GetInt()
98 if (columnIndex < 0 || columnIndex >= maxCol_) { in GetLong()
111 if (columnIndex < 0 || columnIndex >= maxCol_) { in GetDouble()
124 if (columnIndex < 0 || columnIndex >= maxCol_) { in IsColumnNull()
172 if (columnIndex < 0 || columnIndex >= maxCol_) { in GetColumnType()
250 count = maxCol_; in GetColumnCount()
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Dcache_cursor.cpp24 : row_(0), maxCol_(0), records_(std::move(records)) in CacheCursor()
32 maxCol_ = colNames_.size(); in CacheCursor()
45 if (col < 0 || col >= maxCol_) { in GetColumnName()
54 if (col < 0 || col >= maxCol_) { in GetColumnType()
104 if (col < 0 || col >= maxCol_) { in Get()
H A Dcache_cursor.h42 int32_t maxCol_; member in OHOS::DistributedRdb::CacheCursor
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Dcache_result_set.h326 int32_t maxCol_; member in OHOS::NativeRdb::CacheResultSet

Completed in 2 milliseconds