Function Database_super_mysql->get_delimited_identifier

Definitions

sources/database/shared/mysql.php

  • Get the character used to surround fields to protect from keyword status.We generally only use it when renaming fields (renaming them on upgrade so that we don't get a conflict with a keyword).
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: string

Parameters

Name Type Default Set Range Description
$end boolean False N/A N/A Whether to get end character

Return

  • Character (blank: has none defined)
  • Type: string
  • Set: N/A
  • Range: N/A