org.objectweb.medor.query.api
Interface QueryLeaf

All Superinterfaces:
java.lang.Cloneable, QueryTree
All Known Subinterfaces:
JormExtent, RdbExpQueryLeaf, RdbQueryLeaf, RdbStringQueryLeaf, TCQueryLeaf
All Known Implementing Classes:
AggregateRdbQueryNode, BasicJormExtent, BasicRdbExpQueryLeaf, BasicRdbQueryLeaf, BasicRdbStringQueryLeaf, MedorTCQueryLeaf

public interface QueryLeaf
extends QueryTree

Author:
Sebastien Chassande-Barrioz

Method Summary
 DataStore getDataStore()
           
 
Methods inherited from interface org.objectweb.medor.query.api.QueryTree
getDistinct, getName, getOrderBy, getTupleStructure, setDistinct, setOrderBy
 

Method Detail

getDataStore

public DataStore getDataStore()