Class BufferCursor::StackEntry
In: lib/innodb/util/buffer_cursor.rb
Parent: Object

An entry in a stack of cursors. The cursor position, direction, and name array are each attributes of the current cursor stack and are manipulated together.

Methods

dup   inspect   new  

Attributes

cursor  [RW] 
direction  [RW] 
name  [RW] 
position  [RW] 

Public Class methods

Public Instance methods

[Validate]