MYSQL_IDENTIFIER_QUOTE_CHARACTER_DEFAULT
The default character for quoting identifiers in MySQL.
3 uses of MYSQL_IDENTIFIER_QUOTE_CHARACTER_DEFAULT
- DatabaseConnection_mysql::quoteIdentifier in includes/
database/ mysql/ database.inc - Quotes an identifier if it matches a MySQL reserved keyword.
- DatabaseConnection_mysql::setPrefix in includes/
database/ mysql/ database.inc - }
- DatabaseSchema_mysql::buildTableNameCondition in includes/
database/ mysql/ schema.inc - Build a condition to match a table name against a standard information_schema.
File
-
includes/
database/ mysql/ database.inc, line 11
Code
define('MYSQL_IDENTIFIER_QUOTE_CHARACTER_DEFAULT', '`');
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.