Result

Result Class provided by System to hold Database Query Result Ressources.

package

SYSTEM\DB

Methods

Counts the affected lines in the Resultset

affectedRows() : integer
abstract

Response

integer

Returns number of affected lines in the result

Closes the Resultset

close() : null
abstract

Response

null

Returns null

Counts the Lines in the Resultset

count() : integer
abstract

Response

integer

Returns number of lines in the result

Returns the next line in the Resultset

next(boolean $object = false) : array
abstract

Arguments

$object

boolean

Determines if the result will be an object or array

Response

array

Returns an array(object) containing the next line

Seeks an amount of lines within the Resultset

seek(integer $row_number) : boolean
abstract

Arguments

$row_number

integer

Lines to seek over

Response

boolean

Returns true or false