Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_multi_ver_data_storage.cpp41 const std::string CREATE_TABLE_VERSION_INDEX_SQL = variable
100 tableVect.push_back(CREATE_TABLE_VERSION_INDEX_SQL); in Open()
H A Dsqlite_multi_ver_transaction.h168 static const std::string CREATE_TABLE_VERSION_INDEX_SQL; variable
H A Dsqlite_multi_ver_transaction.cpp42 const std::string SQLiteMultiVerTransaction::CREATE_TABLE_VERSION_INDEX_SQL = member in DistributedDB::SQLiteMultiVerTransaction
145 tableVect.push_back(CREATE_TABLE_VERSION_INDEX_SQL); in Initialize()