constant MYSQL_IDENTIFIER_QUOTE_CHARACTER_DEFAULT in Drupal 7
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 - Database interface code for MySQL database servers.
Code
define('MYSQL_IDENTIFIER_QUOTE_CHARACTER_DEFAULT', '`');