Namespace RedBeanPHP\Cursor
| NullCursor | NULL Database Cursor Implementation of the NULL Cursor. Used for an empty BeanCollection. |
| PDOCursor | PDO Database Cursor Implementation of PDO Database Cursor. Used by the BeanCollection to fetch one bean at a time. |