Skip to content
Snippets Groups Projects
Commit 3916cd5d authored by Jan Kuchař's avatar Jan Kuchař
Browse files

Updated docblock

parent 74c8e52e
Branches
No related tags found
No related merge requests found
......@@ -10,7 +10,9 @@ use Dibi\Connection;
/**
* PostgreSQL cursor driver
*
* Basic envelope over postgres' cursor, without proper check for edge cases.
* Basic envelope over PostgreSQL's cursor. This cursor envelope does not know
* cursor position, thus cannot do boundary checks. If you reach end, you simply
* get no more values.
*
* @package Grifart\Mappi\Store\PostgresDriver
*/
......@@ -41,7 +43,6 @@ class Cursor implements ICursor
return $this->name;
}
public function moveTo(int $index)
{
$result = $this->getConnection()->query(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment