Result Class provided by System to hold Database Query Result Ressources of PostgreSQL Querys.
| package |
SYSTEM\DB |
|---|
__construct(\SYSTEM\DB\ressource $res, \SYSTEM\DB\ressource $connection)
\SYSTEM\DB\ressourceRessource of the Database Result-Set
\SYSTEM\DB\ressourceConnection on which the Result-Set was returned
__destruct()
affectedRows() : integer
integerReturns number of affected lines in the result
close() : null
nullReturns null
count() : integer
integerReturns number of lines in the result
next(boolean $object = false) : array
booleanDetermines if the result will be an object or array
arrayReturns an array(object) containing the next line
seek(integer $row_number) : boolean
integerLines to seek over
booleanReturns true or false
res :
current :
connection :