Result Class provided by System to hold Database Query Result Ressources of SQLite File Querys.
| package |
SYSTEM\DB |
|---|
__construct(\SYSTEM\DB\ressource $res, string $stmt)
\SYSTEM\DB\ressourceRessource of the Database Result-Set
stringQuery Statement which produced the result set
__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 :
stmt :
current :