SQL adaptation guide for SQLite 3.x / BDL programming |
The Genero programming language supports scrollable cursors.
SQLite 3.x does not support native scrollable cursors.
The SQLite database driver emulates scrollable cursors with temporary files.
See Scrollable cursors for more details about scroll cursor emulation.