Class JoinedQueryExecutor

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

public class JoinedQueryExecutor extends AbstractQueryExecutor
Executes a join query. Create a cartesian product of all the tables , keep only the products that satisfy the where condition
Since:
7.0
Author:
anna
See Also: