Class Innodb::Record
In: lib/innodb/record.rb
Parent: Object

Methods

Attributes

page  [R] 
record  [RW] 

Public Class methods

Public Instance methods

Compare two arrays of fields to determine if they are equal. This follows the same comparison rules as strcmp and others:

  0 = a is equal to b
  -1 = a is less than b
  +1 = a is greater than b

[Validate]