Class: Innodb::UndoRecord::Record

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

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



25
26
27
# File 'lib/innodb/undo_record.rb', line 25

def data
  @data
end

#headerObject

Returns the value of attribute header

Returns:

  • (Object)

    the current value of header



25
26
27
# File 'lib/innodb/undo_record.rb', line 25

def header
  @header
end

#info_bitsObject

Returns the value of attribute info_bits

Returns:

  • (Object)

    the current value of info_bits



25
26
27
# File 'lib/innodb/undo_record.rb', line 25

def info_bits
  @info_bits
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



25
26
27
# File 'lib/innodb/undo_record.rb', line 25

def key
  @key
end

#offsetObject

Returns the value of attribute offset

Returns:

  • (Object)

    the current value of offset



25
26
27
# File 'lib/innodb/undo_record.rb', line 25

def offset
  @offset
end

#pageObject

Returns the value of attribute page

Returns:

  • (Object)

    the current value of page



25
26
27
# File 'lib/innodb/undo_record.rb', line 25

def page
  @page
end

#roll_ptrObject

Returns the value of attribute roll_ptr

Returns:

  • (Object)

    the current value of roll_ptr



25
26
27
# File 'lib/innodb/undo_record.rb', line 25

def roll_ptr
  @roll_ptr
end

#rowObject

Returns the value of attribute row

Returns:

  • (Object)

    the current value of row



25
26
27
# File 'lib/innodb/undo_record.rb', line 25

def row
  @row
end

#table_idObject

Returns the value of attribute table_id

Returns:

  • (Object)

    the current value of table_id



25
26
27
# File 'lib/innodb/undo_record.rb', line 25

def table_id
  @table_id
end

#trx_idObject

Returns the value of attribute trx_id

Returns:

  • (Object)

    the current value of trx_id



25
26
27
# File 'lib/innodb/undo_record.rb', line 25

def trx_id
  @trx_id
end

#undo_noObject

Returns the value of attribute undo_no

Returns:

  • (Object)

    the current value of undo_no



25
26
27
# File 'lib/innodb/undo_record.rb', line 25

def undo_no
  @undo_no
end