Class: Innodb::DataType::RollPointerType::Pointer
- Inherits:
-
Struct
- Object
- Struct
- Innodb::DataType::RollPointerType::Pointer
- Defined in:
- lib/innodb/data_type.rb
Instance Attribute Summary collapse
-
#is_insert ⇒ Object
Returns the value of attribute is_insert.
-
#rseg_id ⇒ Object
Returns the value of attribute rseg_id.
-
#undo_log ⇒ Object
Returns the value of attribute undo_log.
Instance Attribute Details
#is_insert ⇒ Object
Returns the value of attribute is_insert
370 371 372 |
# File 'lib/innodb/data_type.rb', line 370 def is_insert @is_insert end |
#rseg_id ⇒ Object
Returns the value of attribute rseg_id
370 371 372 |
# File 'lib/innodb/data_type.rb', line 370 def rseg_id @rseg_id end |
#undo_log ⇒ Object
Returns the value of attribute undo_log
370 371 372 |
# File 'lib/innodb/data_type.rb', line 370 def undo_log @undo_log end |