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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Datasetexecute(GatewayInterface ifc)Execute the query against the gateway.
 
- 
- 
- 
Method Detail- 
executeDataset execute(GatewayInterface ifc) throws GatewayException Execute the query against the gateway.- Throws:
- GatewayException
 
 
- 
 
-