Class: Innodb::Page::Index::UserRecord

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

Instance Attribute Summary collapse

Instance Attribute Details

#child_page_numberObject

Returns the value of attribute child_page_number

Returns:

  • (Object)

    the current value of child_page_number



62
63
64
# File 'lib/innodb/page/index.rb', line 62

def child_page_number
  @child_page_number
end

#formatObject

Returns the value of attribute format

Returns:

  • (Object)

    the current value of format



62
63
64
# File 'lib/innodb/page/index.rb', line 62

def format
  @format
end

#headerObject

Returns the value of attribute header

Returns:

  • (Object)

    the current value of header



62
63
64
# File 'lib/innodb/page/index.rb', line 62

def header
  @header
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



62
63
64
# File 'lib/innodb/page/index.rb', line 62

def key
  @key
end

#lengthObject

Returns the value of attribute length

Returns:

  • (Object)

    the current value of length



62
63
64
# File 'lib/innodb/page/index.rb', line 62

def length
  @length
end

#nextObject

Returns the value of attribute next

Returns:

  • (Object)

    the current value of next



62
63
64
# File 'lib/innodb/page/index.rb', line 62

def next
  @next
end

#offsetObject

Returns the value of attribute offset

Returns:

  • (Object)

    the current value of offset



62
63
64
# File 'lib/innodb/page/index.rb', line 62

def offset
  @offset
end

#roll_pointerObject

Returns the value of attribute roll_pointer

Returns:

  • (Object)

    the current value of roll_pointer



62
63
64
# File 'lib/innodb/page/index.rb', line 62

def roll_pointer
  @roll_pointer
end

#rowObject

Returns the value of attribute row

Returns:

  • (Object)

    the current value of row



62
63
64
# File 'lib/innodb/page/index.rb', line 62

def row
  @row
end

#sysObject

Returns the value of attribute sys

Returns:

  • (Object)

    the current value of sys



62
63
64
# File 'lib/innodb/page/index.rb', line 62

def sys
  @sys
end

#transaction_idObject

Returns the value of attribute transaction_id

Returns:

  • (Object)

    the current value of transaction_id



62
63
64
# File 'lib/innodb/page/index.rb', line 62

def transaction_id
  @transaction_id
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



62
63
64
# File 'lib/innodb/page/index.rb', line 62

def type
  @type
end