Home
last modified time | relevance | path

Searched defs:CREATE_FILE_TABLE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/services/clouddisk_database/include/
H A Dfile_column.h65 static const std::string CREATE_FILE_TABLE; variable
/ohos5.0/foundation/filemanagement/dfs_service/services/clouddisk_database/src/
H A Dfile_column.cpp50 const std::string FileColumn::CREATE_FILE_TABLE = "CREATE TABLE IF NOT EXISTS " + member in OHOS::FileManagement::CloudDisk::FileColumn