interface TableReader implements IteratorAggregate (View source)

Methods

public
Iterator
getIterator()

Return an iterator that returns each record of the table reader as a map.

public
array
getColumns()

Return the names of the the columns in this table

Details

Iterator getIterator()

Return an iterator that returns each record of the table reader as a map.

Return Value

Iterator

array getColumns()

Return the names of the the columns in this table

Return Value

array

The column names