Searched defs:CREATE_TABLE (Results 1 – 13 of 13) sorted by relevance
31 const string MedialibraryBusinessRecordColumn::CREATE_TABLE = CreateTable() + member in OHOS::Media::MedialibraryBusinessRecordColumn
30 const string PhotoMap::CREATE_TABLE = CreateTable() + TABLE + member in OHOS::Media::PhotoMap
23 static const string CREATE_TABLE = "CREATE TABLE IF NOT EXISTS "; in CreateTable() local
110 const string PhotoAlbumColumns::CREATE_TABLE = CreateTable() + member in OHOS::Media::PhotoAlbumColumns
31 CREATE_TABLE = 2, enumerator
39 static const std::string CREATE_TABLE = "CREATE TABLE IF NOT EXISTS " + NETCONNPROXY_TABLE_NAME + "… variable
40 static const std::string CREATE_TABLE = "CREATE TABLE " + HTTPAUTH_TABLE_NAME variable
37 const std::string CREATE_TABLE = "CREATE TABLE " + GEOLOCATION_TABLE_NAME variable
46 static constexpr const char* CREATE_TABLE = member in Test::RdbBigIntTest
37 …static constexpr const char *CREATE_TABLE = "CREATE TABLE IF NOT EXISTS TEST (id INT PRIMARY KEY, … member in Test::RdbTransDBTest
33 const std::string CREATE_TABLE = variable
54 const std::string CREATE_TABLE = variable
28 …const CREATE_TABLE: &'static str = "CREATE TABLE IF NOT EXISTS request_task (task_id INTEGER PRIMA… const