Overview

Namespaces

  • None
  • RedBeanPHP
    • Adapter
    • BeanHelper
    • Cursor
    • Driver
    • Logger
      • RDefault
    • QueryWriter
    • RedException
    • Repository
    • Util

Classes

  • AssociationManager
  • BeanCollection
  • DuplicationManager
  • Facade
  • Finder
  • Jsonable
  • LabelMaker
  • Observable
  • OODB
  • OODBBean
  • R
  • Repository
  • SimpleModel
  • SimpleModelHelper
  • TagManager
  • ToolBox

Interfaces

  • Adapter
  • BeanHelper
  • Cursor
  • Driver
  • Logger
  • Observer
  • Plugin
  • QueryWriter

Exceptions

  • RedException
  • Overview
  • Namespace
  • Class

Interface Cursor

Database Cursor Interface. Represents a simple database cursor. Cursors make it possible to create lightweight BeanCollections.

Direct known implementers

RedBeanPHP\Cursor\NullCursor, RedBeanPHP\Cursor\PDOCursor
Namespace: RedBeanPHP
Copyright:

copyright (c) G.J.G.T. (Gabor) de Mooij and the RedBeanPHP Community This source file is subject to the BSD/GPLv2 License that is bundled with this source code in the file license.txt.


License: BSD/GPLv2
Author: Gabor de Mooij and the RedBeanPHP Community
File: RedBeanPHP/Cursor.php
Located at Cursor.php
Methods summary
public array
# getNextItem( )

Retrieves the next row from the result set.

Retrieves the next row from the result set.

Returns

array
public
# close( )

Closes the database cursor. Some databases require a cursor to be closed before executing another statement/opening a new cursor.

Closes the database cursor. Some databases require a cursor to be closed before executing another statement/opening a new cursor.

API documentation generated by ApiGen