public function FrxDataSource::sqlData in Forena Reports 7.5
Dummy method for returning sql data
Parameters
$parameters array Block parameters:
$block array extra block options for data provider.:
5 methods override FrxDataSource::sqlData()
- FrxDrupal::sqlData in src/
Driver/ FrxDrupal.php - Get data based on file data block in the repository.
- FrxMSSQL::sqlData in src/
Driver/ FrxMSSQL.php - Get data based on file data block in the repository.
- FrxOracle::sqlData in src/
Driver/ FrxOracle.php - Get data based on file data block in the repository.
- FrxPDO::sqlData in src/
Driver/ FrxPDO.php - Get data based on file data block in the repository.
- FrxPostgres::sqlData in src/
Driver/ FrxPostgres.php - Get data based on file data block in the repository.
File
- src/
Driver/ FrxDataSource.php, line 358 - Class that defines default methods for access control in an FrxDataSource
Class
Namespace
Drupal\forena\DriverCode
public function sqlData($parameters, $options = array()) {
return '';
}