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) -> BoolParameters
lhsA value to compare.
rhsAnother value to compare.
-
Indexes to (columnName, databaseValue) pairs in a database row.
Declaration
Swift
public static func < (lhs: RowIndex, rhs: RowIndex) -> BoolParameters
lhsA value to compare.
rhsAnother value to compare.
View on GitHub
Install in Dash
RowIndex Struct Reference