Interface ResultSetInterface

Summary

Fully Qualified Name: Zend\Db\ResultSet\ResultSetInterface
Extends: Traversable, Countable

Description

Methods

Name Description Defined By
getFieldCount() Field terminology is more correct as information coming back from the database might be a column, and/or the result of an operation or intersection of some data ResultSetInterface
initialize() Can be anything traversable|array ResultSetInterface

Method Details

getFieldCount()

Field terminology is more correct as information coming back from the database might be a column, and/or the result of an operation or intersection of some data

Returns: mixed

initialize()

Can be anything traversable|array

Parameter Name Type Description
$dataSource
$dataSource

Returns: mixed

Top