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, wholeSearchDone
public XQueryGraphSearcher(DBGraphSearchCriteria dbGraphSearchCriteria)
dbGraphSearchCriteria
- The DB Graph search criteria to be set in
this graph searcher.protected void _search() throws DBExecutionException
_search
in class AbstractSearcher
DBExecutionException
- Thrown from the database if the error
occurs in the database execution.