You are here

public function DriverBase::searchTableColumns in Forena Reports 8

5 methods override DriverBase::searchTableColumns()
FrxDrupal::searchTableColumns in src/FrxPlugin/Driver/FrxDrupal.php
Generate a list of columns for a table.
FrxMSSQL::searchTableColumns in src/FrxPlugin/Driver/FrxMSSQL.php
Perform search of tables.
FrxOracle::searchTableColumns in src/FrxPlugin/Driver/FrxOracle.php
Search table columns for match
FrxPDO::searchTableColumns in src/FrxPlugin/Driver/FrxPDO.php
FrxPostgres::searchTableColumns in src/FrxPlugin/Driver/FrxPostgres.php

File

src/FrxPlugin/Driver/DriverBase.php, line 529
Class that defines default methods for access control in an DriverBase

Class

DriverBase

Namespace

Drupal\forena\FrxPlugin\Driver

Code

public function searchTableColumns($table, $str) {
  return array();
}