public class XQueryGraphSearcher extends GraphSearcher implements AbstractDBSearcher
_dbGraphSearchCriteria_currentResults, _dbConnection, _errorModels, _isIndependent, _nextResultHandler, _previousResults| Constructor and Description |
|---|
XQueryGraphSearcher(DBGraphSearchCriteria dbGraphSearchCriteria)
Construct the XQueryGraphSearcher from the search criteria.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
_search()
Perform the actual search in the database according the graph search
criteria.
|
_isSearchCriteriaSet, getGraphSearcher_addErrorModel, _isFirstSearcher, _isIndependent, _isIntersectNeeded, _isLastSeacher, _pass, handleIntermediateResults, handleResults, isPassed, isSearchCancelled, noIntersect, passErrorModels, setConnection, setFirstSearcher, setLastSearcher, setNextResultHandler, setPreviousSeacher, wholeSearchDonepublic XQueryGraphSearcher(DBGraphSearchCriteria dbGraphSearchCriteria)
dbGraphSearchCriteria - The DB Graph search criteria to be set in
this graph searcher.protected void _search()
throws DBExecutionException
_search in class AbstractSearcherDBExecutionException - Thrown from the database if the error
occurs in the database execution.