Class QueryExecutor

java.lang.Object
com.j_spaces.jdbc.executor.AbstractQueryExecutor
com.j_spaces.jdbc.executor.QueryExecutor
All Implemented Interfaces:
IQueryExecutor, Externalizable, Serializable

public class QueryExecutor extends AbstractQueryExecutor
Executes queries against the space. The executor traverses the expression tree, and executes queries according to the attached space templates.
Author:
anna
See Also: