Class Innodb::Index::IndexCursor
In: lib/innodb/index.rb
Parent: Object

A cursor to walk the index (cursor) forwards or backward starting with a given record, or the minimum (:min) or maximum (:max) record in the index.

Methods

each_record   new   record  

Public Class methods

Public Instance methods

Iterate through all records in the cursor.

Return the next record in the order defined when the cursor was created.

[Validate]