contentpublishingsrv/contentpublishingutils/contentpublishingmap/inc/cpliwmap.h
branchRCL_3
changeset 12 502e5d91ad42
parent 0 79c6a41cd166
child 14 15e4dd19031c
equal deleted inserted replaced
11:bd874ee5e5e2 12:502e5d91ad42
   110      * @param aResult target descriptor for fetching operation
   110      * @param aResult target descriptor for fetching operation
   111      * @return ETrue is property found or EFalse if not
   111      * @return ETrue is property found or EFalse if not
   112      */
   112      */
   113     IMPORT_C TBool GetPropertyL( const TDesC8& aProperty,
   113     IMPORT_C TBool GetPropertyL( const TDesC8& aProperty,
   114              RBuf& aResult ) const;
   114              RBuf& aResult ) const;
   115 
   115     
   116     /**
   116     /**
   117      * Fetches value for property(key) from internal map
   117      * Fetches value for property(key) from internal map
   118      *
   118      *
   119      * @param aProperty name of the property ( key ) 
   119      * @param aProperty name of the property ( key ) 
   120      * @param aResult target binary for fetching operation
   120      * @param aResult target binary for fetching operation
   586     /**
   586     /**
   587      * Leaves if column index return value is negative.
   587      * Leaves if column index return value is negative.
   588      * @return result of RSqlStatement::ColumnIndex
   588      * @return result of RSqlStatement::ColumnIndex
   589      */ 
   589      */ 
   590     TInt ColumnIndexL( RSqlStatement& aStmt, const TDesC& aColumnName )	const;
   590     TInt ColumnIndexL( RSqlStatement& aStmt, const TDesC& aColumnName )	const;
       
   591     
       
   592     /**
       
   593      * Returns ETrue if a property has valid name and type
       
   594      * @param aProperty property name
       
   595      * @return ETrue if property is valid, EFalse if not
       
   596      */ 
       
   597     TBool IsPropertyValidL( const TDesC8& aProperty ) const;
       
   598 
   591 protected:
   599 protected:
   592 
   600 
   593     /**
   601     /**
   594      * C++ default constructor.
   602      * C++ default constructor.
   595      */     
   603      */