contentstorage/castorage/inc/casqlquerycreator.h
changeset 107 b34d53f6acdf
parent 94 dbb8300717f7
child 127 7b66bc3c6dc9
equal deleted inserted replaced
106:e78d6e055a5b 107:b34d53f6acdf
   105     /**
   105     /**
   106      * Creates an sql query to modify touch data in the database.
   106      * Creates an sql query to modify touch data in the database.
   107      *
   107      *
   108      * @param aSqlQuery The list of result queries needed for the touch 
   108      * @param aSqlQuery The list of result queries needed for the touch 
   109      * operation.
   109      * operation.
   110      * @param aSqlDb The handle to the database needed for the created 
   110      * @param aSqlDb The handle to the database needed for the created. 
       
   111      * @param aRemovable to create query to change used flag only for 
       
   112      * removable entries.
   111      * queries' member (RSqlStatement iStatement).
   113      * queries' member (RSqlStatement iStatement).
   112      */
   114      */
   113     static void CreateTouchQueryL( RPointerArray<CCaSqlQuery>& aSqlQuery,
   115     static void CreateTouchQueryL( RPointerArray<CCaSqlQuery>& aSqlQuery,
   114             RSqlDatabase& aSqlDb );
   116             RSqlDatabase& aSqlDb, TBool aRemovable );
   115 
   117 
   116     /**
   118     /**
   117      * Creates an sql query to organize data within a group.
   119      * Creates an sql query to organize data within a group.
   118      *
   120      *
   119      * @param aEntryIds The array of entry ids which are organized.
   121      * @param aEntryIds The array of entry ids which are organized.