Class CursorResult
- java.lang.Object
-
- de.caluga.morphium.driver.commands.result.RunCommandResult<CursorResult>
-
- de.caluga.morphium.driver.commands.result.CursorResult
-
public class CursorResult extends RunCommandResult<CursorResult>
-
-
Constructor Summary
Constructors Constructor Description CursorResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MorphiumCursorgetCursor()CursorResultsetCursor(MorphiumCursor cursor)-
Methods inherited from class de.caluga.morphium.driver.commands.result.RunCommandResult
getDuration, getMessageId, getMetadata, getServer, setDuration, setMessageId, setMetadata, setServer
-
-
-
-
Method Detail
-
getCursor
public MorphiumCursor getCursor()
-
setCursor
public CursorResult setCursor(MorphiumCursor cursor)
-
-