org.objectweb.medor.query.api
Interface TCQueryLeaf
- All Superinterfaces:
- AnnotationsHolder, java.lang.Cloneable, QueryLeaf, QueryTree, java.io.Serializable
- 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
- Throws:
MedorException
getQueryFilter
public Expression getQueryFilter()
setQueryFilter
public void setQueryFilter(Expression filter)