wpdb::bail()
Method: Wraps errors in a nice header and footer and dies.
Source: wp-includes/class-wpdb.php:3792
Method: Wraps errors in a nice header and footer and dies.
Source: wp-includes/class-wpdb.php:3792
Method: Checks if a string is ASCII.
Source: wp-includes/class-wpdb.php:3318
Method: Checks that the connection to the database is still up. If not, try to reconnect.
Source: wp-includes/class-wpdb.php:2119
Method: Determines whether MySQL database is at least the required minimum version.
Source: wp-includes/class-wpdb.php:3851
Method: Checks if the query is accessing a collation considered safe on the current version of MySQL.
Source: wp-includes/class-wpdb.php:3338
Method: Closes the current database connection.
Source: wp-includes/class-wpdb.php:3826
Method: Connects to and selects database.
Source: wp-includes/class-wpdb.php:1953
Method: Returns the version of the MySQL server.
Source: wp-includes/class-wpdb.php:3999
Method: Retrieves the database server version.
Source: wp-includes/class-wpdb.php:3988
Method: Deletes a row in the table.
Source: wp-includes/class-wpdb.php:2674