Class: Innodb::LogRecord::IndexFieldInfo

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

Instance Attribute Summary collapse

Instance Attribute Details

#lengthObject

Returns the value of attribute length

Returns:

  • (Object)

    the current value of length



14
15
16
# File 'lib/innodb/log_record.rb', line 14

def length
  @length
end

#mtypeObject

Returns the value of attribute mtype

Returns:

  • (Object)

    the current value of mtype



14
15
16
# File 'lib/innodb/log_record.rb', line 14

def mtype
  @mtype
end

#prtypeObject

Returns the value of attribute prtype

Returns:

  • (Object)

    the current value of prtype



14
15
16
# File 'lib/innodb/log_record.rb', line 14

def prtype
  @prtype
end