org.objectweb.medor.query.api
Interface TCQueryLeaf
- All Superinterfaces:
- QueryLeaf, QueryTree
- All Known Implementing Classes:
- MedorTCQueryLeaf
- public interface TCQueryLeaf
- extends QueryLeaf
It's a DataStore witch is attached to a Medor TupleCollection Data Store...
getTupleCollection
public TupleCollection getTupleCollection()
getTupleLoader
public TupleLoader getTupleLoader()
setTupleLoader
public void setTupleLoader(TupleLoader tl)
addField
public QueryTreeField addField(java.lang.String fieldName,
PType type,
Field tcField)
throws MedorException
MedorException
getQueryFilter
public Expression getQueryFilter()
setQueryFilter
public void setQueryFilter(Expression filter)