wpdb::db_server_info()
Method: Retrieves full database server information.
Source: wp-includes/wp-db.php:3810
Method: Retrieves full database server information.
Source: wp-includes/wp-db.php:3810
Method: Logs query data.
Source: wp-includes/wp-db.php:2190
Filter Hook: Filters the custom data to log alongside a query.
Source: wp-includes/wp-db.php:2205
Method: Adds a placeholder escape string, to escape anything that resembles a printf() placeholder.
Source: wp-includes/wp-db.php:2254
Method: Removes the placeholder escape strings from a query.
Source: wp-includes/wp-db.php:2270
Method: Parses the DB_HOST setting to interpret it for mysqli_real_connect().
Source: wp-includes/wp-db.php:1858
Method: Generates and returns a placeholder escape string for use in queries returned by ::prepare().
Source: wp-includes/wp-db.php:2223
Method: Determines the best charset and collation to use given a charset and collation.
Source: wp-includes/wp-db.php:832
Method: Closes the current database connection.
Source: wp-includes/wp-db.php:3656
Method: Retrieves the maximum string length allowed in a given column.
Source: wp-includes/wp-db.php:3050
Method: For string fields, records the maximum string length that field can safely save.
Source: wp-includes/wp-db.php:2671
Method: Strips any invalid characters from the string for a given table and column.
Source: wp-includes/wp-db.php:3421
Method: Finds the first table name referenced in a query.
Source: wp-includes/wp-db.php:3459
Method: Retrieves the character set for the given column.
Source: wp-includes/wp-db.php:2984
Filter Hook: Filters the column charset value before the DB is checked.
Source: wp-includes/wp-db.php:3000
Method: Checks if a string is ASCII.
Source: wp-includes/wp-db.php:3139
Method: Checks if the query is accessing a collation considered safe on the current version of MySQL.
Source: wp-includes/wp-db.php:3159
Method: Strips any invalid characters based on value/charset pairs.
Source: wp-includes/wp-db.php:3220
Method: Strips any invalid characters from the query.
Source: wp-includes/wp-db.php:3374
Method: Retrieves the character set for the given table.
Source: wp-includes/wp-db.php:2880
Filter Hook: Filters the table charset value before the DB is checked.
Source: wp-includes/wp-db.php:2895
Method: Processes arrays of field/value pairs and field formats.
Source: wp-includes/wp-db.php:2546
Method: Prepares arrays of value/format pairs as passed to wpdb CRUD methods.
Source: wp-includes/wp-db.php:2605
Method: Adds field charsets to field/value/format arrays generated by wpdb::process_field_formats().
Source: wp-includes/wp-db.php:2640
Method: First half of escaping for `LIKE` special characters `%` and `_` before preparing for SQL.
Source: wp-includes/wp-db.php:1538
Method: Retrieves the database character collate.
Source: wp-includes/wp-db.php:3718
Method: Determines if a database supports a particular feature.
Source: wp-includes/wp-db.php:3744
Method: Retrieves a comma-separated list of the names of the functions that called wpdb.
Source: wp-includes/wp-db.php:3788
Method: Retrieves the database server version.
Source: wp-includes/wp-db.php:3799
Method: Retrieves column metadata from the last query.
Source: wp-includes/wp-db.php:3561