RowIndex

public struct RowIndex : Comparable

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

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

    Declaration

    Swift

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

    Parameters

    lhs

    A value to compare.

    rhs

    Another value to compare.

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

    Declaration

    Swift

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

    Parameters

    lhs

    A value to compare.

    rhs

    Another value to compare.