Class: Innodb::Page::Index::UserRecord
- Inherits:
-
Struct
- Object
- Struct
- Innodb::Page::Index::UserRecord
- Defined in:
- lib/innodb/page/index.rb
Instance Attribute Summary collapse
-
#child_page_number ⇒ Object
Returns the value of attribute child_page_number.
-
#format ⇒ Object
Returns the value of attribute format.
-
#header ⇒ Object
Returns the value of attribute header.
-
#key ⇒ Object
Returns the value of attribute key.
-
#length ⇒ Object
Returns the value of attribute length.
-
#next ⇒ Object
Returns the value of attribute next.
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#roll_pointer ⇒ Object
Returns the value of attribute roll_pointer.
-
#row ⇒ Object
Returns the value of attribute row.
-
#sys ⇒ Object
Returns the value of attribute sys.
-
#transaction_id ⇒ Object
Returns the value of attribute transaction_id.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#child_page_number ⇒ Object
Returns the value of attribute child_page_number
62 63 64 |
# File 'lib/innodb/page/index.rb', line 62 def child_page_number @child_page_number end |
#format ⇒ Object
Returns the value of attribute format
62 63 64 |
# File 'lib/innodb/page/index.rb', line 62 def format @format end |
#header ⇒ Object
Returns the value of attribute header
62 63 64 |
# File 'lib/innodb/page/index.rb', line 62 def header @header end |
#key ⇒ Object
Returns the value of attribute key
62 63 64 |
# File 'lib/innodb/page/index.rb', line 62 def key @key end |
#length ⇒ Object
Returns the value of attribute length
62 63 64 |
# File 'lib/innodb/page/index.rb', line 62 def length @length end |
#next ⇒ Object
Returns the value of attribute next
62 63 64 |
# File 'lib/innodb/page/index.rb', line 62 def next @next end |
#offset ⇒ Object
Returns the value of attribute offset
62 63 64 |
# File 'lib/innodb/page/index.rb', line 62 def offset @offset end |
#roll_pointer ⇒ Object
Returns the value of attribute roll_pointer
62 63 64 |
# File 'lib/innodb/page/index.rb', line 62 def roll_pointer @roll_pointer end |
#row ⇒ Object
Returns the value of attribute row
62 63 64 |
# File 'lib/innodb/page/index.rb', line 62 def row @row end |
#sys ⇒ Object
Returns the value of attribute sys
62 63 64 |
# File 'lib/innodb/page/index.rb', line 62 def sys @sys end |
#transaction_id ⇒ Object
Returns the value of attribute transaction_id
62 63 64 |
# File 'lib/innodb/page/index.rb', line 62 def transaction_id @transaction_id end |
#type ⇒ Object
Returns the value of attribute type
62 63 64 |
# File 'lib/innodb/page/index.rb', line 62 def type @type end |