mini\Database\ResultSetInterface
abstract
interface
Documentation
Interface for database query results
Provides a consistent API for consuming query results whether from raw SQL queries (ResultSet) or composed queries (PartialQuery).
Rows are returned as stdClass objects with column names as properties.
Inheritance
Implements:
IteratorAggregate
JsonSerializable
Countable
Traversable
Methods (8)
Get the first row only
Get first column values as array
Get first column of first row
Hydrate results into entity instances
Hydrate results using a custom closure
public
abstract
getIterator()
inherited from IteratorAggregate
Documentation missing
public
abstract
jsonSerialize()
inherited from JsonSerializable
Documentation missing
public
abstract
count()
inherited from Countable
Documentation missing