DatabaseSchema::findTables

public function DatabaseSchema::findTables

public DatabaseSchema::findTables($table_expression)

Find all tables that are like the specified base table name.

Parameters

$table_expression: An SQL expression, for example "simpletest%" (without the quotes). BEWARE: this is not prefixed, the caller should take care of that.

Return value

Array, both the keys and the values are the matching tables.

File

includes/database/schema.inc, line 334
Generic Database schema code.

Class

DatabaseSchema

Code

public function fi