Home
last modified time | relevance | path

Searched refs:STORAGE_TYPE_LONG (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_constant.h191 static constexpr const char *STORAGE_TYPE_LONG = "long"; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Dtable_info.cpp105 } else if (dataType_ == DBConstant::STORAGE_TYPE_LONG) { in SetDataType()