diff -r 4bc7b118b3df -r 397d00875918 contentstorage/castorage/inc/casqlquerycreator.h --- a/contentstorage/castorage/inc/casqlquerycreator.h Fri May 14 16:10:06 2010 +0300 +++ b/contentstorage/castorage/inc/casqlquerycreator.h Thu May 27 13:11:12 2010 +0300 @@ -24,6 +24,7 @@ // CLASS DECLARATION +class CCaLocalizationEntry; class CCaSqlQuery; class CCaInnerEntry; class CCaInnerQuery; @@ -144,18 +145,13 @@ CCaSqlQuery* aQuery, const TDesC& aSqlQueryText ); /** - * Creates an sql query to get a list of of localizations entries. + * Creates an sql query to add, update or get data from localization table. * - * @param aQuery The result query. + * @param aSqlQuery The result query. + * @param aStatement statement */ - static void CreateGetLocalizationsQueryL( CCaSqlQuery* aQuery ); - - /** - * Creates an sql query to update db entry with localization. - * - * @param aQuery The result query. - */ - static void CreateLocalizeEntryQueryL( CCaSqlQuery* aQuery ); + static void CreateLocalizationTableQueryL(CCaSqlQuery* aSqlQuery, + const TDesC& aStatement); /** * Creates an sql query to custom sort order.