RowIndex
public struct RowIndex : Comparable
Indexes to (ColumnName, DatabaseValue) pairs in a database row.
-
Declaration
Swift
public static func == (lhs: RowIndex, rhs: RowIndex) -> Bool
-
Declaration
Swift
public static func < (lhs: RowIndex, rhs: RowIndex) -> Bool
-
Declaration
Swift
public func distance(to other: RowIndex) -> Int
-
Declaration
Swift
public func advanced(by n: Int) -> RowIndex