RowIndex

public struct RowIndex : Comparable

Indexes to (columnName, dbValue) pairs in a database row.

  • Equality operator

    Declaration

    Swift

    public static func == (lhs: RowIndex, rhs: RowIndex) -> Bool
  • Declaration

    Swift

    public static func < (lhs: RowIndex, rhs: RowIndex) -> Bool