diff -r 82b66994846c -r dbb8300717f7 contentstorage/castorage/inc/casqlquery.h --- a/contentstorage/castorage/inc/casqlquery.h Fri Apr 30 15:22:08 2010 +0300 +++ b/contentstorage/castorage/inc/casqlquery.h Fri May 14 17:24:44 2010 +0300 @@ -141,6 +141,22 @@ void BindValuesForAddL( const CCaInnerEntry* aEntry ); /** + * Binds values for an get localization entry + * + * @param aLocalization The entry from which to get data for bindings. + */ + void BindValuesForGetLocalizationEntryL( + const CCaLocalizationEntry& aLocalization); + + /** + * Binds values for an add and update localization entry + * + * @param aLocalization The entry from which to get data for bindings. + */ + void BindValuesForLocalizationEntryL( + const CCaLocalizationEntry& aLocalization); + + /** * Binds values for an add operation. * * @param aQuery The query from which to get data for bindings. @@ -271,6 +287,13 @@ /** * Executes a statement. * + * @return ETrue if any data was found + */ + TBool ExecuteEntryPresentL( ); + + /** + * Executes a statement. + * * @param[out] aId id of single data the query statement queries for. * @return Entry count. */