org.objectweb.medor.query.api
Interface QueryLeaf

All Superinterfaces:
AnnotationsHolder, java.lang.Cloneable, QueryTree, java.io.Serializable
All Known Subinterfaces:
RdbExpQueryLeaf, RdbQueryLeaf, RdbStringQueryLeaf, TCQueryLeaf
All Known Implementing Classes:
AggregateRdbQueryNode, 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
 
Methods inherited from interface org.objectweb.medor.query.api.AnnotationsHolder
getAnnotations
 

Method Detail

getDataStore

public DataStore getDataStore()