Transactd PHP ORM 1.5.0
  • Namespace
  • Class

Namespaces

  • None
  • Transactd
    • boot
      • Laravel

Classes

  • AggregateFunction
  • CachedQueryExecuter
  • Collection
  • CollectionIterator
  • DatabaseManager
  • Model
  • QueryAdapter
  • QueryExecuter
  • Relation
  • TableForwordIterator
  • TableIterator
  • TableReverseIterator

Traits

  • JsonSerializable

Exceptions

  • IOException
  • ModelNotFoundException
  • ModelUserCancelException

Class TableReverseIterator

Implement the reverse server cursor.

Transactd\TableIterator implements Iterator
Extended by Transactd\TableReverseIterator
Namespace: Transactd
Located at TableReverseIterator.php

Methods summary

public
# prev( )

Move to next record. (Previous of reverse direction)

Move to next record. (Previous of reverse direction)

public
# next( )

Move to previous record. (Next of reverse direction)

Move to previous record. (Next of reverse direction)

Methods inherited from Transactd\TableIterator

__construct(), current(), delete(), insert(), key(), rewind(), setTimestampMode(), update(), valid(), validOrFail()

Properties summary

Properties inherited from Transactd\TableIterator

$cPtr, $lockBias, $pos

Transactd PHP ORM 1.5.0 API documentation generated by ApiGen