from abstract method

  1. @override
SyncFrom from(
  1. DataSourceInterface dataSource
)
override

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

Implementation

@override
SyncFrom from(DataSourceInterface dataSource);