Reads documents matching the given query. For any document matching, the Observer's notify method is executed with the matching document as an argument.
@param pObserver This Observer is notified for any matching document.The document is added as an argument. @param pQuery The query to perform.
|
|
|
|
|
|
|
|
|
|
|
|
|
|