Bitrix API

CAllDBResult

AbstractYes

Table of Contents

Properties

$add_anchor  : mixed
$arGetNextCache  : mixed
$arReplacedAliases  : mixed
$arResult  : mixed
$arResultAdd  : mixed
$arUserFields  : array<string|int, mixed>
$bDescPageNumbering  : mixed
$bFirstPrintNav  : mixed
$bFromArray  : mixed
$bFromLimited  : mixed
$bNavStart  : mixed
$bPostNavigation  : mixed
$bShowAll  : mixed
$DB  : CDatabase
$is_filtered  : mixed
$NavNum  : mixed
$NavPageCount  : mixed
$NavPageNomer  : mixed
$NavPageSize  : mixed
$NavRecordCount  : mixed
$NavRecordCountChangeDisable  : mixed
$NavShowAll  : mixed
$nEndPage  : mixed
$nPageWindow  : mixed
$nSelectedCount  : mixed
$nStartPage  : mixed
$PAGEN  : mixed
$result  : mixed
$resultObject  : Result
$SESS_ALL  : mixed
$SESS_PAGEN  : mixed
$SESS_SIZEN  : mixed
$SIZEN  : mixed
$SqlTraceIndex  : array<string|int, mixed>
$usedUserFields  : mixed

Methods

__construct()  : mixed
__sleep()  : mixed
AffectedRowsCount()  : mixed
DBNavStart()  : mixed
ExtractEditFields()  : mixed
ExtractFields()  : mixed
Fetch()  : array<string|int, mixed>|false
Returns the next row of the result in a form of associated array or false on empty set.
FieldName()  : mixed
FieldsCount()  : mixed
GetNavParams()  : mixed
GetNavPrint()  : mixed
GetNext()  : mixed
GetPageNavString()  : mixed
GetPageNavStringEx()  : mixed
InitFromArray()  : mixed
InitNavStartVars()  : mixed
IsNavPrint()  : mixed
NavContinue()  : mixed
NavNext()  : mixed
NavPrint()  : mixed
NavQuery()  : mixed
NavStart()  : mixed
NavStringForCache()  : mixed
SelectedRowsCount()  : mixed
SetUserFields()  : mixed

Properties

$add_anchor

public mixed $add_anchor = ""

$arGetNextCache

public mixed $arGetNextCache = \false

$arReplacedAliases

public mixed $arReplacedAliases

$arUserFields

public array<string|int, mixed> $arUserFields = \false

$bDescPageNumbering

public mixed $bDescPageNumbering = \false

$bFirstPrintNav

public mixed $bFirstPrintNav = \true

$bFromArray

public mixed $bFromArray = \false

$bFromLimited

public mixed $bFromLimited = \false

$bNavStart

public mixed $bNavStart = \false

$bPostNavigation

public mixed $bPostNavigation = \false

$bShowAll

public mixed $bShowAll = \false

$is_filtered

public mixed $is_filtered = \false

$NavPageCount

public mixed $NavPageCount

$NavPageNomer

public mixed $NavPageNomer

$NavRecordCount

public mixed $NavRecordCount

$NavRecordCountChangeDisable

public mixed $NavRecordCountChangeDisable = \false

$nPageWindow

public mixed $nPageWindow = 5

$nSelectedCount

public mixed $nSelectedCount = \false

$nStartPage

public mixed $nStartPage = 0

$resultObject

public Result $resultObject = \null

$SqlTraceIndex

public array<string|int, mixed> $SqlTraceIndex = \false

$usedUserFields

public mixed $usedUserFields = \false

Methods

__construct()

public __construct([CDBResult $res = null ]) : mixed
Parameters
$res : CDBResult = null

AffectedRowsCount()

public abstract AffectedRowsCount() : mixed

DBNavStart()

public DBNavStart() : mixed

ExtractEditFields()

public ExtractEditFields([mixed $strPrefix = "str_" ]) : mixed
Parameters
$strPrefix : mixed = "str_"

ExtractFields()

public ExtractFields([mixed $strPrefix = "str_" ][, mixed $bDoEncode = true ]) : mixed
Parameters
$strPrefix : mixed = "str_"
$bDoEncode : mixed = true

Fetch()

Returns the next row of the result in a form of associated array or false on empty set.

public Fetch() : array<string|int, mixed>|false
Return values
array<string|int, mixed>|false

FieldName()

public abstract FieldName(mixed $iCol) : mixed
Parameters
$iCol : mixed

FieldsCount()

public abstract FieldsCount() : mixed

GetNavParams()

public static GetNavParams([mixed $nPageSize = 0 ][, mixed $bShowAll = true ][, mixed $iNumPage = false ]) : mixed
Parameters
$nPageSize : mixed = 0
$bShowAll : mixed = true
$iNumPage : mixed = false

GetNavPrint()

public GetNavPrint(mixed $title[, mixed $show_allways = false ][, mixed $StyleText = "text" ][, mixed $template_path = false ][, mixed $arDeleteParam = false ]) : mixed
Parameters
$title : mixed
$show_allways : mixed = false
$StyleText : mixed = "text"
$template_path : mixed = false
$arDeleteParam : mixed = false

GetNext()

public GetNext([mixed $bTextHtmlAuto = true ][, mixed $use_tilda = true ]) : mixed
Parameters
$bTextHtmlAuto : mixed = true
$use_tilda : mixed = true

GetPageNavString()

public GetPageNavString(mixed $navigationTitle[, mixed $templateName = "" ][, mixed $showAlways = false ][, mixed $parentComponent = null ]) : mixed
Parameters
$navigationTitle : mixed
$templateName : mixed = ""
$showAlways : mixed = false
$parentComponent : mixed = null

GetPageNavStringEx()

public GetPageNavStringEx(mixed &$navComponentObject, mixed $navigationTitle[, mixed $templateName = "" ][, mixed $showAlways = false ][, mixed $parentComponent = null ][, mixed $componentParams = [] ]) : mixed
Parameters
$navComponentObject : mixed
$navigationTitle : mixed
$templateName : mixed = ""
$showAlways : mixed = false
$parentComponent : mixed = null
$componentParams : mixed = []

InitFromArray()

public InitFromArray(mixed $arr) : mixed
Parameters
$arr : mixed

InitNavStartVars()

public InitNavStartVars([mixed $nPageSize = 0 ][, mixed $bShowAll = true ][, mixed $iNumPage = false ]) : mixed
Parameters
$nPageSize : mixed = 0
$bShowAll : mixed = true
$iNumPage : mixed = false

IsNavPrint()

public IsNavPrint() : mixed

NavContinue()

public NavContinue() : mixed

NavNext()

public NavNext([mixed $bSetGlobalVars = true ][, mixed $strPrefix = "str_" ][, mixed $bDoEncode = true ][, mixed $bSkipEntities = true ]) : mixed
Parameters
$bSetGlobalVars : mixed = true
$strPrefix : mixed = "str_"
$bDoEncode : mixed = true
$bSkipEntities : mixed = true

NavPrint()

public NavPrint(mixed $title[, mixed $show_allways = false ][, mixed $StyleText = "text" ][, mixed $template_path = false ]) : mixed
Parameters
$title : mixed
$show_allways : mixed = false
$StyleText : mixed = "text"
$template_path : mixed = false

NavQuery()

public NavQuery(mixed $strSql, mixed $cnt, mixed $arNavStartParams[, mixed $bIgnoreErrors = false ]) : mixed
Parameters
$strSql : mixed
$cnt : mixed
$arNavStartParams : mixed
$bIgnoreErrors : mixed = false

NavStart()

public NavStart([mixed $nPageSize = 0 ][, mixed $bShowAll = true ][, mixed $iNumPage = false ]) : mixed
Parameters
$nPageSize : mixed = 0
$bShowAll : mixed = true
$iNumPage : mixed = false

NavStringForCache()

public static NavStringForCache([mixed $nPageSize = 0 ][, mixed $bShowAll = true ][, mixed $iNumPage = false ]) : mixed
Parameters
$nPageSize : mixed = 0
$bShowAll : mixed = true
$iNumPage : mixed = false

SelectedRowsCount()

public abstract SelectedRowsCount() : mixed

SetUserFields()

public SetUserFields(mixed $arUserFields) : mixed
Parameters
$arUserFields : mixed

        
On this page

Search results