from abstract method

From from(
  1. DataSourceInterface dataSource
)

Creates and returns a FROM clause query component with the given dataSource.

Implementation

From from(DataSourceInterface dataSource);