Home
last modified time | relevance | path

Searched refs:bindCloudFieldFuncMap_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.cpp86 bindCloudFieldFuncMap_[TYPE_INDEX<int64_t>] = &CloudStorageUtils::BindInt64; in SQLiteSingleVerRelationalStorageExecutor()
87 bindCloudFieldFuncMap_[TYPE_INDEX<bool>] = &CloudStorageUtils::BindBool; in SQLiteSingleVerRelationalStorageExecutor()
88 bindCloudFieldFuncMap_[TYPE_INDEX<double>] = &CloudStorageUtils::BindDouble; in SQLiteSingleVerRelationalStorageExecutor()
89 bindCloudFieldFuncMap_[TYPE_INDEX<std::string>] = &CloudStorageUtils::BindText; in SQLiteSingleVerRelationalStorageExecutor()
90 bindCloudFieldFuncMap_[TYPE_INDEX<Bytes>] = &CloudStorageUtils::BindBlob; in SQLiteSingleVerRelationalStorageExecutor()
91 bindCloudFieldFuncMap_[TYPE_INDEX<Asset>] = &CloudStorageUtils::BindAsset; in SQLiteSingleVerRelationalStorageExecutor()
92 bindCloudFieldFuncMap_[TYPE_INDEX<Assets>] = &CloudStorageUtils::BindAsset; in SQLiteSingleVerRelationalStorageExecutor()
H A Dsqlite_single_ver_relational_storage_executor.h491 …t, std::function<int(int, const VBucket &, const Field &, sqlite3_stmt *)>> bindCloudFieldFuncMap_; variable
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp732 auto it = bindCloudFieldFuncMap_.find(field.type); in BindOneField()
733 if (it == bindCloudFieldFuncMap_.end()) { in BindOneField()
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp1472 errCode = bindCloudFieldFuncMap_[TYPE_INDEX<Assets>](bindIndex++, assets, field, statement); in GetAndBindFillUploadAssetStatement()