Class: Innodb::LogRecord::Index

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

Instance Attribute Summary collapse

Instance Attribute Details

#colsObject

Returns the value of attribute cols

Returns:

  • (Object)

    the current value of cols



21
22
23
# File 'lib/innodb/log_record.rb', line 21

def cols
  @cols
end

#n_colsObject

Returns the value of attribute n_cols

Returns:

  • (Object)

    the current value of n_cols



21
22
23
# File 'lib/innodb/log_record.rb', line 21

def n_cols
  @n_cols
end

#n_uniqObject

Returns the value of attribute n_uniq

Returns:

  • (Object)

    the current value of n_uniq



21
22
23
# File 'lib/innodb/log_record.rb', line 21

def n_uniq
  @n_uniq
end