Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Drelational_result_set_impl.cpp144 struct ColumnTypePair { struct
149 ResultSet::ColumnType GetColType(int index, const ColumnTypePair *colMap, int32_t len) in GetColType()
171 static constexpr ColumnTypePair mappingTbl[] = { in GetColumnType()
188 …Type = GetColType(static_cast<int>(type), mappingTbl, sizeof(mappingTbl) / sizeof(ColumnTypePair)); in GetColumnType()