Class: Innodb::DataType::RollPointerType::Pointer

Inherits:
Struct
  • Object
show all
Defined in:
lib/innodb/data_type.rb

Instance Attribute Summary collapse

Instance Attribute Details

#is_insertObject

Returns the value of attribute is_insert

Returns:

  • (Object)

    the current value of is_insert



370
371
372
# File 'lib/innodb/data_type.rb', line 370

def is_insert
  @is_insert
end

#rseg_idObject

Returns the value of attribute rseg_id

Returns:

  • (Object)

    the current value of rseg_id



370
371
372
# File 'lib/innodb/data_type.rb', line 370

def rseg_id
  @rseg_id
end

#undo_logObject

Returns the value of attribute undo_log

Returns:

  • (Object)

    the current value of undo_log



370
371
372
# File 'lib/innodb/data_type.rb', line 370

def undo_log
  @undo_log
end