RowIndex
public struct RowIndex : Comparable
Indexes to (columnName, databaseValue) pairs in a database row.
-
Declaration
Swift
public static func == (lhs: RowIndex, rhs: RowIndex) -> Bool
Parameters
lhs
rhs
-
Declaration
Swift
public static func < (lhs: RowIndex, rhs: RowIndex) -> Bool
Parameters
lhs
rhs