IndexInfo
public struct IndexInfo
An index on a database table.
-
The name of the index
Declaration
Swift
public let name: String
-
The indexed columns
Declaration
Swift
public let columns: [String]
-
True if the index is unique
Declaration
Swift
public let isUnique: Bool