org.objectweb.medor.query.api

Interface QueryLeaf

All Superinterfaces:
Cloneable, QueryTree
Known Subinterfaces:
JormExtent, RdbExpQueryLeaf, RdbQueryLeaf, RdbStringQueryLeaf, TCQueryLeaf
Known Implementing Classes:
AggregateRdbQueryNode, BasicJormExtent, BasicRdbExpQueryLeaf, BasicRdbQueryLeaf, BasicRdbStringQueryLeaf, ClassExtent, GenClassExtent, 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 Details

getDataStore

public DataStore getDataStore()