Function Database_super_mysql->drop_index__sql

Definitions

sources/database/shared/mysql.php

  • Get SQL for deleting a table index.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: string

Parameters

Name Type Default Set Range Description
$table_name ID_TEXT required parameter N/A N/A The name of the table the index is on
$index_name ID_TEXT required parameter N/A N/A The index name

Return

  • SQL query to run (null: not supported)
  • Type: ?string
  • Set: N/A
  • Range: N/A