contentstorage/castorage/inc/casqlcommands.h
changeset 104 9b022b1f357c
parent 83 156f692b1687
child 109 e0aa398e6810
--- a/contentstorage/castorage/inc/casqlcommands.h	Wed Jun 23 18:33:40 2010 +0300
+++ b/contentstorage/castorage/inc/casqlcommands.h	Tue Jul 06 14:37:10 2010 +0300
@@ -171,6 +171,9 @@
 _LIT( KSQLGetListByParentId2, "LEFT JOIN CA_ICON ON EN_ICON_ID = ICON_ID LEFT JOIN CA_GROUP_ENTRY ON \
 GE_ENTRY_ID = ENTRY_ID WHERE GE_GROUP_ID = :GE_GROUP_ID %S " );
 
+_LIT( KSQLGetListByChildId, "LEFT JOIN CA_ICON ON EN_ICON_ID = ICON_ID LEFT JOIN CA_GROUP_ENTRY ON \
+GE_GROUP_ID = ENTRY_ID WHERE GE_ENTRY_ID = :GE_ENTRY_ID %S " );
+
 //Get all attributes by entry id
 //:Entry_Id_List is a list of Integers seperated by commas.
 _LIT( KSQLGetAttributesByEntryId, "SELECT \