v1.0.0
English

BaseResult.php

system/Database/BaseResult.php
1 class 24 methods

class BaseResult

__construct (&$connID, &$resultID) public
getResult (string $type = 'object') public
getCustomResultObject (string $className) public
getResultArray () public
getResultObject () public
getRow ($n = 0, string $type = 'object') public
getCustomRowObject (int $n, string $className) public
getRowArray (int $n = 0) public
getRowObject (int $n = 0) public
setRow ($key, $value = null) public
getFirstRow (string $type = 'object') public
getLastRow (string $type = 'object') public
getNextRow (string $type = 'object') public
getPreviousRow (string $type = 'object') public
getUnbufferedRow (string $type = 'object') public
getNumRows () public
isValidResultId () private
getFieldCount () public
getFieldNames () public
getFieldData () public
freeResult () public
dataSeek (int $n = 0) public
fetchAssoc () protected
fetchObject (string $className = stdClass::class) protected
phpDG v1.0.0 BaseResult.php 662 files 498 classes 763 fn
Generated