contentstorage/castorage/inc/casqlquery.h
changeset 80 397d00875918
parent 66 32469d7d46ff
child 127 7b66bc3c6dc9
--- a/contentstorage/castorage/inc/casqlquery.h	Fri May 14 16:10:06 2010 +0300
+++ b/contentstorage/castorage/inc/casqlquery.h	Thu May 27 13:11:12 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.
      */