|
Mura CMS 6.0 | ||||
| FRAMES | |||||
railo-context.Component
mura.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()
|
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 |
setNextN([any nextN])
|
any |
setPage(numeric pageIndex)
|
any |
setPageQuery(string queryName, [any queryObject=''])
|
any |
setQuery(query rs, [numeric maxRecordsPerPage])
|
any |
setRecordTranslator([any recordTranslator])
|
any |
setStartRow([any startRow])
|
| Methods inherited from class mura.cfobject |
|---|
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getPlugin, getPluginManager, getServiceFactory, getValue, initTracePoint, injectMethod, 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 numeric getFirstRecordOnPageIndex()
public any getIteratorID()
public numeric getLastRecordOnPageIndex()
public any getNextN()
public any getPageIDList()
public numeric getPageIndex()
public any getPageQuery(string queryName)
queryNamepublic 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]'])
recordIndexpublic numeric pageCount()
public any peek()
public any previous()
public struct queryRowToStruct(query qry)
qrypublic numeric recordCount()
public any reset()
public any setNextN([any nextN])
nextNpublic any setPage(numeric pageIndex)
pageIndexpublic any setPageQuery(string queryName, [any queryObject=''])
queryNamequeryObjectpublic any setQuery(query rs, [numeric maxRecordsPerPage])
rsmaxRecordsPerPagepublic any setRecordTranslator([any recordTranslator])
recordTranslatorpublic any setStartRow([any startRow])
startRow
|
Mura CMS 6.0 | ||||
| FRAMES | |||||