Searched refs:PhotosOpenCall (Results 1 – 2 of 2) sorted by relevance
25 class PhotosOpenCall; variable35 class PhotosOpenCall : public NativeRdb::RdbOpenCallback {
104 const string PhotosOpenCall::CREATE_PHOTOS = string("CREATE TABLE IF NOT EXISTS Photos ") +111 const string PhotosOpenCall::CREATE_PHOTOS_ALBUM = "CREATE TABLE IF NOT EXISTS PhotoAlbum \120 const string PhotosOpenCall::CREATE_PHOTOS_MAP = "CREATE TABLE IF NOT EXISTS PhotoMap \123 int PhotosOpenCall::OnCreate(RdbStore &store) in OnCreate()132 int PhotosOpenCall::OnUpgrade(RdbStore &store, int oldVersion, int newVersion) in OnUpgrade()180 PhotosOpenCall helper; in Init()