Class: Innodb::LogRecord::IndexFieldInfo
- Inherits:
-
Struct
- Object
- Struct
- Innodb::LogRecord::IndexFieldInfo
- Defined in:
- lib/innodb/log_record.rb
Instance Attribute Summary collapse
-
#length ⇒ Object
Returns the value of attribute length.
-
#mtype ⇒ Object
Returns the value of attribute mtype.
-
#prtype ⇒ Object
Returns the value of attribute prtype.
Instance Attribute Details
#length ⇒ Object
Returns the value of attribute length
14 15 16 |
# File 'lib/innodb/log_record.rb', line 14 def length @length end |
#mtype ⇒ Object
Returns the value of attribute mtype
14 15 16 |
# File 'lib/innodb/log_record.rb', line 14 def mtype @mtype end |
#prtype ⇒ Object
Returns the value of attribute prtype
14 15 16 |
# File 'lib/innodb/log_record.rb', line 14 def prtype @prtype end |