1C-Bitrix 25.700.0
|
Открытые члены | |
__construct ($result, Connection $dbConnection=null, \Bitrix\Main\Diag\SqlTrackerQuery $trackerQuery=null) | |
getSelectedRowsCount () | |
getFieldsCount () | |
getLength () | |
hasBigFields () | |
getFields () | |
Открытые члены унаследованные от Result | |
getResource () | |
setReplacedAliases (array $replacedAliases) | |
addReplacedAliases (array $replacedAliases) | |
setSerializedFields (array $serializedFields) | |
addFetchDataModifier ($fetchDataModifier) | |
fetchRaw () | |
fetch (\Bitrix\Main\Text\Converter $converter=null) | |
fetchAll (\Bitrix\Main\Text\Converter $converter=null) | |
getTrackerQuery () | |
getConverters () | |
setConverters ($converters) | |
setCount ($n) | |
getCount () | |
getIterator () |
Защищенные члены | |
fetchRowInternal () |
Защищенные данные | |
$resource | |
Защищенные данные унаследованные от Result | |
$connection | |
$resource | |
$trackerQuery = null | |
$converters = array() | |
$serializedFields = array() | |
$replacedAliases = array() | |
$fetchDataModifiers = array() | |
$count |
См. определение в файле mysqliresult.php строка 5
__construct | ( | $result, | |
Connection | $dbConnection = null, | ||
\Bitrix\Main\Diag\SqlTrackerQuery | $trackerQuery = null ) |
resource | $result | Database-specific query result. |
Connection | null | $dbConnection | Connection object. |
\Bitrix\Main\Diag\SqlTrackerQuery | null | $trackerQuery | Helps to collect debug information. |
Переопределяет метод предка Result.
См. определение в файле mysqliresult.php строка 18
|
protected |
Returns next result row or false.
Переопределяет метод предка Result.
См. определение в файле mysqliresult.php строка 109
getFields | ( | ) |
Returns an array of fields according to columns in the result.
Переопределяет метод предка Result.
См. определение в файле mysqliresult.php строка 82
getFieldsCount | ( | ) |
Returns the number of fields in the result.
Переопределяет метод предка Result.
См. определение в файле mysqliresult.php строка 38
getLength | ( | ) |
Returns the size of the last fetched row.
Переопределяет метод предка Result.
См. определение в файле mysqliresult.php строка 48
getSelectedRowsCount | ( | ) |
Returns the number of rows in the result.
Переопределяет метод предка Result.
См. определение в файле mysqliresult.php строка 28
hasBigFields | ( | ) |
Checks the existence of the big fields in the result.
Переопределяет метод предка Result.
См. определение в файле mysqliresult.php строка 56
|
protected |
См. определение в файле mysqliresult.php строка 8