wpdb::check_connection()
Method: Checks that the connection to the database is still up. If not, try to reconnect.
Source: wp-includes/class-wpdb.php:2119
Method: Checks that the connection to the database is still up. If not, try to reconnect.
Source: wp-includes/class-wpdb.php:2119
Method: Retrieves one variable from the database.
Source: wp-includes/class-wpdb.php:2882
Method: Retrieves column metadata from the last query.
Source: wp-includes/class-wpdb.php:3739
Method: Selects a database using the current or provided database connection.
Source: wp-includes/class-wpdb.php:1214
Method: Performs a database query, using current database connection.
Source: wp-includes/class-wpdb.php:2203
Method: Retrieves one row from the database.
Source: wp-includes/class-wpdb.php:2916
Method: Starts the timer, for debugging purposes.
Source: wp-includes/class-wpdb.php:3764
Method: Do not use, deprecated.
Source: wp-includes/class-wpdb.php:1276
Filter Hook: Filters the database query.
Source: wp-includes/class-wpdb.php:2219
Method: Retrieves one column from the database.
Source: wp-includes/class-wpdb.php:2960