RedBeanPHP\Adapter::getCursor PHP Method

getCursor() public method

Returns a database agnostic Cursor object.
public getCursor ( string $sql, array $bindings = [] ) : redbeanphp\Cursor
$sql string string containing SQL code for database
$bindings array array of values to bind to parameters in query string
return redbeanphp\Cursor
    public function getCursor($sql, $bindings = array());