Select

public enum Select : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case allAttributes = "ALL_ATTRIBUTES"
  • Undocumented

    Declaration

    Swift

    case allProjectedAttributes = "ALL_PROJECTED_ATTRIBUTES"
  • Undocumented

    Declaration

    Swift

    case specificAttributes = "SPECIFIC_ATTRIBUTES"
  • Undocumented

    Declaration

    Swift

    case count = "COUNT"
  • Declaration

    Swift

    public var description: String { get }