|
MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IndexUpdate
Method Summary | |
---|---|
void |
update(IndexSchema schema,
Token[] update,
Token[] toks)
Update the store with new data |
Methods inherited from interface ch.ethz.mxquery.sms.interfaces.IndexInterface |
---|
registerIndex |
Methods inherited from interface ch.ethz.mxquery.sms.interfaces.StreamStore |
---|
buffer, get, getMyId, newItem, setIterator |
Methods inherited from interface ch.ethz.mxquery.datamodel.Source |
---|
compare, copySource, getIterator, getURI |
Method Detail |
---|
void update(IndexSchema schema, Token[] update, Token[] toks) throws MXQueryException
schema
- Index schema used in finding the items that are to be updatedtoks
- Actual values for the attributes to be used in searchingupdate
- Iterator with data to be updated
MXQueryException
|
MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |