Function __global->rebuild_table_from_meta_database

Definitions

sources/database_helper.php

  • Rebuild a table from the metadata in the meta database.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$db object No No required parameter N/A N/A Link to the real database object
$table_name ID_TEXT No No required parameter N/A N/A The table name

Preview

Code (PHP)

/**
 * Rebuild a table from the metadata in the meta database.
 *
 * @param  object $db Link to the real database object
 * @param  ID_TEXT $table_name The table name
 */

function rebuild_table_from_meta_database(object $db, string $table_name)