public abstract class DQLQueryResult extends Object implements DbQueryResult<DQLQueryResult>
Constructor and Description |
---|
DQLQueryResult() |
Modifier and Type | Method and Description |
---|---|
abstract long |
getDurationInMillis()
Returns the number of milliseconds it took to compute the result
|
abstract String |
getExplainText()
Returns the explain text if
DBQuery.EXPLAIN was specified as
query option |
abstract Optional<IDTable> |
getNoteIds()
Returns an
IDTable of documents matching the search. |
abstract String |
getQuery()
Returns the DQL query string
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
build, collectEntries, collectEntries, collectEntries, collectIds, collectIds, computeValues, computeValues, forEachDocument, getDocuments, getParentDatabase, size, sort
public abstract String getQuery()
public abstract Optional<IDTable> getNoteIds()
DbQueryResult
IDTable
of documents matching the search.getNoteIds
in interface DbQueryResult<DQLQueryResult>
Optional
describing the documents matched by the search, or
an empty one if the search did not request a document collectionpublic abstract String getExplainText()
DBQuery.EXPLAIN
was specified as
query optionpublic abstract long getDurationInMillis()
Copyright © 2019–2021 HCL. All rights reserved.