Overview

Namespaces

  • None
  • PHP

Classes

  • AbstractTest
  • AMysql
  • AMysql_Abstract
  • AMysql_Expr
  • AMysql_Iterator
  • AMysql_Profiler
  • AMysql_Select
  • AMysql_Statement
  • AMysql_TestCase
  • ExceptionTest
  • ExprTest
  • IteratorTest
  • SelectTest
  • StatementTest

Exceptions

  • AMysql_Exception
  • Overview
  • Namespace
  • Class
  • Tree

Class AMysql_Iterator

AMysql_Statement's iterator class.

Visit https://github.com/amcsi/amysql

AMysql_Iterator implements SeekableIterator
License: License; http://www.opensource.org/licenses/mit-license.php
Author: Szerémi Attila
Located at AMysql/Iterator.php
Methods summary
public
# __construct( AMysql_Statement $stmt )
public
# current( )

Implementation of

Iterator::current()
public
# key( )

Implementation of

Iterator::key()
public
# next( )

Implementation of

Iterator::next()
public
# rewind( )

Implementation of

Iterator::rewind()
public
# valid( )

Implementation of

Iterator::valid()
public
# seek( mixed $index )

Implementation of

SeekableIterator::seek()
Properties summary
protected mixed $_stmt
#
protected mixed $_count
#
protected mixed $_lastFetch
#
protected integer $_currentIndex 0
#
protected integer $_resultIndex 0
#
API documentation generated by ApiGen 2.8.0