|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SetList | |
---|---|
com.qanavigation.Basics | |
com.qanavigation.DBacc | |
com.qanavigation.XMLDB |
Uses of SetList in com.qanavigation.Basics |
---|
Methods in com.qanavigation.Basics that return SetList | |
---|---|
SetList |
RsltTable.toSetLst()
|
Methods in com.qanavigation.Basics with parameters of type SetList | |
---|---|
void |
SetList.intersect(SetList p_aLst)
Creates the intersected set of both lists. |
void |
SetList.join(SetList p_aLst)
Joins the content of a list to this. |
void |
SetList.merge(SetList p_aLst)
Join & distinct. |
Constructors in com.qanavigation.Basics with parameters of type SetList | |
---|---|
SetList(SetList p_sLst)
|
Uses of SetList in com.qanavigation.DBacc |
---|
Methods in com.qanavigation.DBacc that return SetList | |
---|---|
SetList |
DBacc2.findAllByVal(java.lang.String p_TableName,
java.lang.String p_ColName,
java.lang.String p_WhereStmt)
|
SetList |
DBacc2.getKeys(java.lang.String p_ColName,
java.lang.String p_TailStmnt)
|
Uses of SetList in com.qanavigation.XMLDB |
---|
Methods in com.qanavigation.XMLDB that return SetList | |
---|---|
SetList |
XMLDB.getDocUIDsByVal(java.lang.String p_ElemType,
java.lang.String p_Text,
boolean p_CaseSens)
Gets all documents of the given type where the content or a title has the requested value. |
SetList |
XMLDBbasics.getNodes(java.lang.String p_ElemType)
Retrieves only elements |
SetList |
XMLDBbasics.getNodesByAttr(Rslt2DArray p_AttrSet)
Provide the attributes and the values searched for in the QuerySet. |
SetList |
XMLDBbasics.getNodesByAttr(java.lang.String p_ElemType,
Rslt2DArray p_AttrSet)
Provide the attributes and the values searched for in the QuerySet. |
SetList |
XMLDBbasics.getNodesByAttrExclByAttr(java.lang.String p_ElemType,
Rslt2DArray p_AttrSet,
Rslt2DArray p_ExclAttrSet)
Provide the element type name, the attributes and the values searched and the list of attributes and values to be excluded for in the QuerySet. |
SetList |
XMLDB.getTopNodesByAttr(java.lang.String p_TopElemType,
java.lang.String p_ElemType,
Rslt2DArray p_AttrSet)
|
SetList |
XMLDBbasics.getUIDLstByParent(java.lang.String p_ElemType,
java.lang.String p_ParUID)
Gets the list of nodes of the specified element type that belong to the parent UID. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |