Class: Innodb::UndoRecord::Record
- Inherits:
-
Struct
- Object
- Struct
- Innodb::UndoRecord::Record
- Defined in:
- lib/innodb/undo_record.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#header ⇒ Object
Returns the value of attribute header.
-
#info_bits ⇒ Object
Returns the value of attribute info_bits.
-
#key ⇒ Object
Returns the value of attribute key.
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#page ⇒ Object
Returns the value of attribute page.
-
#roll_ptr ⇒ Object
Returns the value of attribute roll_ptr.
-
#row ⇒ Object
Returns the value of attribute row.
-
#table_id ⇒ Object
Returns the value of attribute table_id.
-
#trx_id ⇒ Object
Returns the value of attribute trx_id.
-
#undo_no ⇒ Object
Returns the value of attribute undo_no.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
25 26 27 |
# File 'lib/innodb/undo_record.rb', line 25 def data @data end |
#header ⇒ Object
Returns the value of attribute header
25 26 27 |
# File 'lib/innodb/undo_record.rb', line 25 def header @header end |
#info_bits ⇒ Object
Returns the value of attribute info_bits
25 26 27 |
# File 'lib/innodb/undo_record.rb', line 25 def info_bits @info_bits end |
#key ⇒ Object
Returns the value of attribute key
25 26 27 |
# File 'lib/innodb/undo_record.rb', line 25 def key @key end |
#offset ⇒ Object
Returns the value of attribute offset
25 26 27 |
# File 'lib/innodb/undo_record.rb', line 25 def offset @offset end |
#page ⇒ Object
Returns the value of attribute page
25 26 27 |
# File 'lib/innodb/undo_record.rb', line 25 def page @page end |
#roll_ptr ⇒ Object
Returns the value of attribute roll_ptr
25 26 27 |
# File 'lib/innodb/undo_record.rb', line 25 def roll_ptr @roll_ptr end |
#row ⇒ Object
Returns the value of attribute row
25 26 27 |
# File 'lib/innodb/undo_record.rb', line 25 def row @row end |
#table_id ⇒ Object
Returns the value of attribute table_id
25 26 27 |
# File 'lib/innodb/undo_record.rb', line 25 def table_id @table_id end |
#trx_id ⇒ Object
Returns the value of attribute trx_id
25 26 27 |
# File 'lib/innodb/undo_record.rb', line 25 def trx_id @trx_id end |
#undo_no ⇒ Object
Returns the value of attribute undo_no
25 26 27 |
# File 'lib/innodb/undo_record.rb', line 25 def undo_no @undo_no end |