from

abstract fun from(dataSource: DataSource): From(source)

Create and chain a FROM component for specifying the data source of the query.

Return

the From component.

Parameters

dataSource

the data source.