MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

ch.ethz.mxquery.sms.interfaces
Interface IndexRead

All Superinterfaces:
IndexInterface, ReadInterface
All Known Implementing Classes:
IndexFIFOStore, IndexInPlaceStore, IndexRandomStore

public interface IndexRead
extends ReadInterface, IndexInterface


Method Summary
 XDMIterator retrieve(IndexSchema schema, Token[] tokens)
           
 
Methods inherited from interface ch.ethz.mxquery.sms.interfaces.IndexInterface
registerIndex
 

Method Detail

retrieve

XDMIterator retrieve(IndexSchema schema,
                     Token[] tokens)
                     throws MXQueryException
Parameters:
schema -
tokens -
Returns:
iterator with requested data
Throws:
MXQueryException

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich