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 SummaryModifier and TypeMethodDescriptionexecute(GatewayInterface ifc) Execute the query against the gateway.
- 
Method Details- 
executeExecute the query against the gateway.- Throws:
- GatewayException
 
 
-