Contents

subscript(_:_:)

Accesses a value in the row you select by a column name and type.

Declaration

subscript<T>(columnName: String, type: T.Type) -> T? { get set }

Parameters

  • columnName:

    The name of a column.

  • type:

    The type of the column.

See Also

Accessing Elements