BaseResult.php
system/Database/BaseResult.php
1 class
24 methods
class BaseResult
__construct
(&$connID, &$resultID)
getResult
(string $type = 'object')
getCustomResultObject
(string $className)
getResultArray
()
getResultObject
()
getRow
($n = 0, string $type = 'object')
getCustomRowObject
(int $n, string $className)
getRowArray
(int $n = 0)
getRowObject
(int $n = 0)
setRow
($key, $value = null)
getFirstRow
(string $type = 'object')
getLastRow
(string $type = 'object')
getNextRow
(string $type = 'object')
getPreviousRow
(string $type = 'object')
getUnbufferedRow
(string $type = 'object')
getNumRows
()
isValidResultId
()
getFieldCount
()
getFieldNames
()
getFieldData
()
freeResult
()
dataSeek
(int $n = 0)
fetchAssoc
()
fetchObject
(string $className = stdClass::class)