|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.cfobject
mura.iterator.queryIterator
public class queryIterator
I am a Iterator object.
Constructor Summary | |
---|---|
init()
|
Method Summary | |
---|---|
any |
clearPageQueries()
|
numeric |
currentIndex()
|
numeric |
currentRow()
|
any |
end()
|
any |
getArray()
|
numeric |
getFirstRecordOnPageIndex()
|
any |
getIteratorID()
|
numeric |
getLastRecordOnPageIndex()
|
any |
getNextN()
|
any |
getPageIDList()
|
numeric |
getPageIndex()
|
any |
getPageQuery(string queryName)
|
any |
getQuery()
|
numeric |
getRecordCount()
|
any |
getRecordIdField()
|
numeric |
getRecordIndex()
|
boolean |
hasNext()
|
boolean |
hasPrevious()
|
any |
next()
|
any |
packageRecord([any recordIndex='[runtime expression]'])
|
numeric |
pageCount()
|
any |
peek()
|
any |
previous()
|
struct |
queryRowToStruct(query qry)
|
numeric |
recordCount()
For Railo compatibility use getRecordCount() |
any |
reset()
|
any |
setArray(any array, [numeric maxRecordsPerPage])
|
any |
setNextN([any nextN])
|
any |
setPage(numeric pageIndex)
|
any |
setPageQuery(string queryName, [any queryObject=''])
|
any |
setQuery(query rs, [numeric maxRecordsPerPage])
|
any |
setStartRow([any startRow])
|
Methods inherited from class mura.cfobject |
---|
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getPlugin, getPluginManager, getServiceFactory, getValue, initTracePoint, injectMethod, invokeMethod, removeValue, setValue, valueExists
|
Methods inherited from class railo-context.Component |
---|
|
Constructor Detail |
---|
public init()
Method Detail |
---|
public any clearPageQueries()
public numeric currentIndex()
public numeric currentRow()
public any end()
public any getArray()
public numeric getFirstRecordOnPageIndex()
public any getIteratorID()
public numeric getLastRecordOnPageIndex()
public any getNextN()
public any getPageIDList()
public numeric getPageIndex()
public any getPageQuery(string queryName)
queryName
public any getQuery()
public numeric getRecordCount()
public any getRecordIdField()
public numeric getRecordIndex()
public boolean hasNext()
public boolean hasPrevious()
public any next()
public any packageRecord([any recordIndex='[runtime expression]'])
recordIndex
public numeric pageCount()
public any peek()
public any previous()
public struct queryRowToStruct(query qry)
qry
public numeric recordCount()
public any reset()
public any setArray(any array, [numeric maxRecordsPerPage])
array
maxRecordsPerPage
public any setNextN([any nextN])
nextN
public any setPage(numeric pageIndex)
pageIndex
public any setPageQuery(string queryName, [any queryObject=''])
queryName
queryObject
public any setQuery(query rs, [numeric maxRecordsPerPage])
rs
maxRecordsPerPage
public any setStartRow([any startRow])
startRow
|
Mura CMS 6.1 | ||||
FRAMES |