contentstorage/castorage/inc/casqlcommands.h
changeset 99 7aaf39b772ac
parent 96 5d243a69bdda
child 107 b34d53f6acdf
--- a/contentstorage/castorage/inc/casqlcommands.h	Fri Jun 11 16:13:51 2010 +0300
+++ b/contentstorage/castorage/inc/casqlcommands.h	Thu Jun 24 16:18:29 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 \