contentstorage/castorage/inc/casqlquerycreator.h
changeset 92 782e3408c2ab
parent 85 7feec50967db
child 80 397d00875918
--- a/contentstorage/castorage/inc/casqlquerycreator.h	Fri Mar 26 13:00:55 2010 +0200
+++ b/contentstorage/castorage/inc/casqlquerycreator.h	Fri Apr 16 14:45:49 2010 +0300
@@ -167,6 +167,15 @@
     static void CreateCustomSortQueryL( const RArray<TInt>& aEntryIds,
             RPointerArray<CCaSqlQuery>& aSqlQuery,
             RSqlDatabase& aSqlDb );
+
+    /**
+     * Creates an sql query for finding an icon.
+     *
+     * @param aEntry The entry which has icon description.
+     * @param aQuery The result query.
+     */
+    static void CreateFindIconQueryL( CCaInnerEntry* aEntry,
+            CCaSqlQuery* aQuery);
     
 private:
 
@@ -220,7 +229,7 @@
      */
     static void CreateUpdateQueryEntryL( const CCaInnerEntry* aEntry,
             CCaSqlQuery* aQuery );
-
+    
     /**
      * Creates an sql query to get a list of entries by the given ids.
      *