Select

public final class Select: Query, FromRouter

A Select component represents the returning properties in each query result row.

  • Create and chain a FROM clause component to specify a data source of the query.

    Declaration

    Swift

    public func from(_ dataSource: DataSourceProtocol) -> From

    Parameters

    dataSource

    The DataSource object.

    Return Value

    The From object that represent the FROM clause of the query.