MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

ch.ethz.mxquery.sms.interfaces
Interface IndexInterface

All Known Subinterfaces:
IndexRead, IndexUpdate, RandomUpdate
All Known Implementing Classes:
IndexFIFOStore, IndexInPlaceStore, IndexRandomStore, InPlaceStore, RandomStore

public interface IndexInterface


Method Summary
 IndexSchema registerIndex(IndexSchema schema)
          Index schema registration for read/update operations
 

Method Detail

registerIndex

IndexSchema registerIndex(IndexSchema schema)
Index schema registration for read/update operations

Parameters:
schema - for index construction
Returns:
-1 if error, else unique index id value ( id >= 0)

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich