contentstorage/castorage/src/casqlquery.cpp
changeset 104 9b022b1f357c
parent 80 397d00875918
child 124 e36b2f4799c0
equal deleted inserted replaced
103:b99b84bcd2d1 104:9b022b1f357c
   478                 != KErrNotFound )
   478                 != KErrNotFound )
   479             {
   479             {
   480             BindIntL( iStatement.ParameterIndex( KSQLGEIdGroup ),
   480             BindIntL( iStatement.ParameterIndex( KSQLGEIdGroup ),
   481                     aQuery->GetParentId() );
   481                     aQuery->GetParentId() );
   482             }
   482             }
       
   483         if( aQuery->GetChildId() != -1 && iQuery.Find( KSQLGEEntryId )
       
   484                 != KErrNotFound )
       
   485             {
       
   486             BindIntL( iStatement.ParameterIndex( KSQLGEEntryId ),
       
   487                     aQuery->GetChildId() );
       
   488             }
   483         if( aQuery->GetUid() != 0 && iQuery.Find( KSQLEnUid )
   489         if( aQuery->GetUid() != 0 && iQuery.Find( KSQLEnUid )
   484                 != KErrNotFound )
   490                 != KErrNotFound )
   485             {
   491             {
   486             BindIntL( iStatement.ParameterIndex( KSQLEnUid ),
   492             BindIntL( iStatement.ParameterIndex( KSQLEnUid ),
   487                     aQuery->GetUid() );
   493                     aQuery->GetUid() );