wpdb::check_safe_collation()
Method: Check if the query is accessing a collation considered safe on the current version of MySQL.
Source: wp-includes/wp-db.php:2906
Method: Check if the query is accessing a collation considered safe on the current version of MySQL.
Source: wp-includes/wp-db.php:2906
Method: Closes the current database connection.
Source: wp-includes/wp-db.php:3399
Method: Connect to and select database.
Source: wp-includes/wp-db.php:1579
Method: Retrieves the MySQL server version.
Source: wp-includes/wp-db.php:3547
Method: Delete a row in the table
Source: wp-includes/wp-db.php:2279
Method: Determines the best charset and collation to use given a charset and collation.
Source: wp-includes/wp-db.php:754
Method: Do not use, deprecated.
Source: wp-includes/wp-db.php:1228
Method: Escapes content by reference for insertion into the database, for security
Source: wp-includes/wp-db.php:1256
Method: First half of escaping for LIKE special characters % and _ before preparing for MySQL.
Source: wp-includes/wp-db.php:1407
Method: Kill cached query results.
Source: wp-includes/wp-db.php:1542
Method: Gets blog prefix.
Source: wp-includes/wp-db.php:978
Method: Retrieve the name of the function that called wpdb.
Source: wp-includes/wp-db.php:3536
Method: The database character collate.
Source: wp-includes/wp-db.php:3462
Method: Retrieve one column from the database.
Source: wp-includes/wp-db.php:2537
Method: Retrieves the character set for the given column.
Source: wp-includes/wp-db.php:2732
Method: Retrieve column metadata from the last query.
Source: wp-includes/wp-db.php:3304
Method: Retrieve the maximum string length allowed in a given column.
Source: wp-includes/wp-db.php:2797
Method: Retrieve an entire SQL result set from the database (i.e., many rows)
Source: wp-includes/wp-db.php:2571
Method: Retrieve one row from the database.
Source: wp-includes/wp-db.php:2493
Method: Retrieves the character set for the given table.
Source: wp-includes/wp-db.php:2630
Method: Find the first table name referenced in a query.
Source: wp-includes/wp-db.php:3207
Method: Retrieve one variable from the database.
Source: wp-includes/wp-db.php:2460
Method: Determine if a database supports a particular feature.
Source: wp-includes/wp-db.php:3489
Method: Disables showing of database errors.
Source: wp-includes/wp-db.php:1514
Method: Set $this->charset and $this->collate
Source: wp-includes/wp-db.php:718
Method: Insert a row into a table.
Source: wp-includes/wp-db.php:2102
Method: Load the column metadata from the last query.
Source: wp-includes/wp-db.php:3277
Method: Parse the DB_HOST setting to interpret it for mysqli_real_connect.
Source: wp-includes/wp-db.php:1715
Method: Generates and returns a placeholder escape string for use in queries returned by ::prepare().
Source: wp-includes/wp-db.php:2030
Method: Prepares a SQL query for safe execution. Uses sprintf()-like syntax.
Source: wp-includes/wp-db.php:1295