wiki.techinc.nl/includes/libs/rdbms/database/resultwrapper
Tim Starling a8d6499c17 Make IResultWrapper::seek() throw an exception
Make IResultWrapper inherit from SeekableIterator instead of Iterator.
As suggested by the interface documentation, throw an
OutOfBoundsException when the seek is out of bounds, instead of failing
in subtle ways.

Change-Id: I60427bc9057677254f1b06177ec525f1ae917721
2021-08-02 11:37:45 +10:00
..
FakeResultWrapper.php
IResultWrapper.php Make IResultWrapper::seek() throw an exception 2021-08-02 11:37:45 +10:00
MysqliResultWrapper.php
PostgresResultWrapper.php
ResultWrapper.php Make IResultWrapper::seek() throw an exception 2021-08-02 11:37:45 +10:00
SqliteResultWrapper.php