Interface QueryExecuterIF
-
public interface QueryExecuterIF
INTERNAL: This interface is implemented by QueryProcessorIFs. It is only for internal use.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QueryResultIF
execute(TologQuery query)
INTERNAL: Executes the query, returning the results.
-
-
-
Method Detail
-
execute
QueryResultIF execute(TologQuery query) throws InvalidQueryException
INTERNAL: Executes the query, returning the results.- Throws:
InvalidQueryException
-
-