|
CFMongoDB | ||||
FRAMES |
WEB-INF.cftags.componentcfmongodb.core.MapReduceResult
public class MapReduceResult
Constructor Summary | |
---|---|
init([any dbCommand], [any commandResult], [any searchResult], [any mongoUtil])
Initializes and the result object |
Method Summary | |
---|---|
any |
GETCOMMANDRESULT()
|
any |
GETDBCOMMAND()
|
any |
GETSEARCHRESULT()
|
void |
SETCOMMANDRESULT(any commandResult)
|
void |
SETDBCOMMAND(any dbCommand)
|
void |
SETSEARCHRESULT(any searchResult)
|
any |
asArray()
Converts all cursor elements into a ColdFusion structure and returns them as an array of structs |
any |
asCursor()
The fastest return type |
any |
getMapReduceCollectionName()
Returns the name of the resultant MapReduce collection |
any |
getQuery()
The criteria used for the query |
any |
getSort()
The sort used for the query |
any |
size()
The number of elements in the current SearchResult, after limit and skip are applied |
any |
totalCount()
The total number of elements in the SearchResult |
Methods inherited from class WEB-INF.cftags.component |
---|
|
Constructor Detail |
---|
public init([any dbCommand], [any commandResult], [any searchResult], [any mongoUtil])
dbCommand
commandResult
searchResult
mongoUtil
Method Detail |
---|
public any GETCOMMANDRESULT()
public any GETDBCOMMAND()
public any GETSEARCHRESULT()
public void SETCOMMANDRESULT(any commandResult)
commandResult
public void SETDBCOMMAND(any dbCommand)
dbCommand
public void SETSEARCHRESULT(any searchResult)
searchResult
public any asArray()
public any asCursor()
public any getMapReduceCollectionName()
public any getQuery()
public any getSort()
public any size()
public any totalCount()
|
CFMongoDB | ||||
FRAMES |