SqlResult¶
-
php\sql\SqlResult abstract class
Methods
isLast()¶throws php\sql\SqlException
Returns: bool
isFirst()¶throws php\sql\SqlException
Returns: bool
delete()¶Deletes current row.
throws php\sql\SqlException
isDeleted()¶throws php\sql\SqlException
Returns: bool
refresh()¶throws php\sql\SqlException
get($column)¶throws php\sql\SqlException
Parameters:
- $column – string
Returns: mixed, php\io\Stream, php\time\Time
toArray($assoc = true)¶throws php\sql\SqlException
Parameters:
- $assoc – bool
Returns: array