Class BasicCountComponent
java.lang.Object
net.ontopia.topicmaps.query.impl.rdbms.BasicCountComponent
- All Implemented Interfaces:
QueryComponentIF
INTERNAL: Query component that is used to perform the count
operation for QueryMatches instances. The implementation returns
the result of a call to impl.basic.QueryProcessor.count(TologQuery,
QueryMatches).
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsatisfy(QueryMatches matches, Map arguments) INTERNAL: Processes the specified QueryMatches instance and produces a new QueryMatches instance based on information in the input instance.
-
Field Details
-
query
-
qproc
-
-
Constructor Details
-
BasicCountComponent
-
-
Method Details
-
satisfy
Description copied from interface:QueryComponentIFINTERNAL: Processes the specified QueryMatches instance and produces a new QueryMatches instance based on information in the input instance.- Specified by:
satisfyin interfaceQueryComponentIF- Throws:
InvalidQueryException
-