|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||
| Packages that use ComposedQuery | |
|---|---|
| org.makumba.list.engine | |
| org.makumba.list.html | |
| org.makumba.list.tags | Implements the JSP Tag Library to use makumba in JSP pages. |
| Uses of ComposedQuery in org.makumba.list.engine |
|---|
| Subclasses of ComposedQuery in org.makumba.list.engine | |
|---|---|
class |
ComposedSubquery
A subquery of a composed query |
| Fields in org.makumba.list.engine declared as ComposedQuery | |
|---|---|
(package private) ComposedQuery |
ComposedSubquery.superQuery
The enclosing query |
| Constructors in org.makumba.list.engine with parameters of type ComposedQuery | |
|---|---|
ComposedSubquery(String[] subsections,
ComposedQuery cq,
String queryLanguage)
Make a subquery of the indicated query, from the given sections. |
|
| Uses of ComposedQuery in org.makumba.list.html |
|---|
| Constructors in org.makumba.list.html with parameters of type ComposedQuery | |
|---|---|
RecordViewer(ComposedQuery q)
|
|
| Uses of ComposedQuery in org.makumba.list.tags |
|---|
| Methods in org.makumba.list.tags that return ComposedQuery | |
|---|---|
static ComposedQuery |
QueryTag.cacheQuery(PageCache pc,
MultipleKey key,
String[] sections,
MultipleKey parentKey)
Gets a composed query from the cache, and if none is found, creates one and caches it. |
static ComposedQuery |
QueryTag.getQuery(PageCache pc,
MultipleKey key)
Gets the query for a given key |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||