Interface IQuery
- 
- All Known Implementing Classes:
 NQuery,SQLQuery,TagDensityQuery,TagHistoryQuery
public interface IQueryAn interface that knows how to execute a query given a GatewayInterface 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Datasetexecute(GatewayInterface ifc)Execute the query against the gateway. 
 - 
 
- 
- 
Method Detail
- 
execute
Dataset execute(GatewayInterface ifc) throws GatewayException
Execute the query against the gateway.- Throws:
 GatewayException
 
 - 
 
 -