Package com.mysql.cj.xdevapi
Class DocResultImpl
java.lang.Object
- All Implemented Interfaces:
ResultStreamer,QueryResult,DocResult,FetchResult<DbDoc>,Result,java.lang.Iterable<DbDoc>,java.util.Iterator<DbDoc>
public class DocResultImpl extends AbstractDataResult<DbDoc> implements DocResult
A sequence of documents retrieved from a find query.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DocResultImpl(RowList rows, java.util.function.Supplier<ProtocolEntity> completer, PropertySet pset)Constructor. -
Method Summary
Methods inherited from class com.mysql.cj.xdevapi.AbstractDataResult
count, fetchAll, finishStreaming, getAffectedItemsCount, getStatementExecuteOk, getWarnings, getWarningsCount, hasNext, nextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.mysql.cj.xdevapi.FetchResult
count, fetchAll, fetchOne, hasData, iteratorMethods inherited from interface com.mysql.cj.xdevapi.Result
getAffectedItemsCount, getWarnings, getWarningsCount
-
Constructor Details
-
DocResultImpl
public DocResultImpl(RowList rows, java.util.function.Supplier<ProtocolEntity> completer, PropertySet pset)Constructor.- Parameters:
rows-RowListobjectcompleter- Supplier of X Protocol StatementExecuteOk object.pset-PropertySet
-