Interface IQuery
- All Known Implementing Classes:
NQuery,SQLQuery,TagDensityQuery,TagHistoryQuery
public interface IQuery
An interface that knows how to execute a query given a GatewayInterface
-
Method Summary
Modifier and TypeMethodDescriptionexecute(GatewayInterface ifc) Execute the query against the gateway.
-
Method Details
-
execute
Execute the query against the gateway.- Throws:
GatewayException
-