构造器和说明 |
---|
SptEvalResult() |
限定符和类型 | 方法和说明 |
---|---|
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 © 2018. All rights reserved.