Constructor and Description |
---|
SptEvalResult() |
Modifier and Type | Method and Description |
---|---|
DBCursor |
getCursor()
Get result cursor.
|
BSONObject |
getErrMsg()
Get error type.
|
Sequoiadb.SptReturnType |
getReturnType()
Get return type.
|
void |
setCursor(DBCursor cursor)
Set result cursor.
|
void |
setErrMsg(BSONObject errmsg)
Set error type.
|
void |
setReturnType(Sequoiadb.SptReturnType returnType)
Set return type.
|
public DBCursor getCursor()
public BSONObject getErrMsg()
public Sequoiadb.SptReturnType getReturnType()
public void setCursor(DBCursor cursor)
public void setErrMsg(BSONObject errmsg)
public void setReturnType(Sequoiadb.SptReturnType returnType)
Copyright © 2023. All rights reserved.