contentstorage/castorage/inc/casqlquery.h
changeset 127 7b66bc3c6dc9
parent 94 dbb8300717f7
equal deleted inserted replaced
126:efda7c0771b9 127:7b66bc3c6dc9
    58         EEntryTable,
    58         EEntryTable,
    59         EIconTable,
    59         EIconTable,
    60         EAttributeTable,
    60         EAttributeTable,
    61         EGroupTable,
    61         EGroupTable,
    62         EGroupTableRemove,
    62         EGroupTableRemove,
    63         EGroupTableInsert,
    63         EGroupTableInsert
    64         ELaunchTable
       
    65         };
    64         };
    66 
    65 
    67     /**
    66     /**
    68      * The query execution result types.
    67      * The query execution result types.
    69      */
    68      */
   209      */
   208      */
   210     void BindValuesForAddAttributeL( const CCaInnerEntry* aEntry,
   209     void BindValuesForAddAttributeL( const CCaInnerEntry* aEntry,
   211             const CCaEntryAttribute* aAttr );
   210             const CCaEntryAttribute* aAttr );
   212 
   211 
   213     /**
   212     /**
   214      * Binds values for a launch operation.
   213      * Binds values for a touch operation.
   215      *
   214      *
   216      * @param aEntryId The entry id to bind.
   215      * @param aEntryId The entry id to bind.
   217      * @param aLaunchTime the launch time to bind.
   216      */
   218      */
   217     void BindValuesForTouchL( const TInt aEntryId );
   219     void BindValuesForLaunchL( const TInt aEntryId,
       
   220             const TInt64 aLaunchTime );
       
   221 
   218 
   222     /**
   219     /**
   223      * Binds values for a remove operation.
   220      * Binds values for a remove operation.
   224      *
   221      *
   225      * @param aEntryId The entry id to bind.
   222      * @param aEntryId The entry id to bind.