wpdb::has_cap()
Method: Determines if a database supports a particular feature.
Source: wp-includes/wp-db.php:3610
Method: Determines if a database supports a particular feature.
Source: wp-includes/wp-db.php:3610
Method: Retrieves a comma-separated list of the names of the functions that called wpdb.
Source: wp-includes/wp-db.php:3654
Method: Retrieves the MySQL server version.
Source: wp-includes/wp-db.php:3665
Method: Retrieves column metadata from the last query.
Source: wp-includes/wp-db.php:3426
Method: Starts the timer, for debugging purposes.
Source: wp-includes/wp-db.php:3451
Method: Replaces a row in the table.
Source: wp-includes/wp-db.php:2222
Method: Helper function for insert and replace.
Source: wp-includes/wp-db.php:2251
Method: Updates a row in the table.
Source: wp-includes/wp-db.php:2318
Method: Deletes a row in the table.
Source: wp-includes/wp-db.php:2389
Method: Retrieves one variable from the database.
Source: wp-includes/wp-db.php:2573
Method: Retrieves one row from the database.
Source: wp-includes/wp-db.php:2607
Method: Checks that the connection to the database is still up. If not, try to reconnect.
Source: wp-includes/wp-db.php:1811
Method: Retrieves one column from the database.
Source: wp-includes/wp-db.php:2651
Method: Performs a MySQL database query, using current database connection.
Source: wp-includes/wp-db.php:1900
Method: Retrieves an entire SQL result set from the database (i.e., many rows).
Source: wp-includes/wp-db.php:2687
Filter Hook: Filters the database query.
Source: wp-includes/wp-db.php:1916
Method: Loads the column metadata from the last query.
Source: wp-includes/wp-db.php:3396
Method: Internal function to perform the mysql_query() call.
Source: wp-includes/wp-db.php:2050
Method: Inserts a row into the table.
Source: wp-includes/wp-db.php:2193
Method: Enables showing of database errors.
Source: wp-includes/wp-db.php:1537
Method: Disables showing of database errors.
Source: wp-includes/wp-db.php:1554
Method: Returns an array of WordPress tables.
Source: wp-includes/wp-db.php:1012
Method: Enables or disables suppressing of database errors.
Source: wp-includes/wp-db.php:1572
Method: Selects a database using the current database connection.
Source: wp-includes/wp-db.php:1078
Method: Kills cached query results.
Source: wp-includes/wp-db.php:1583
Method: Do not use, deprecated.
Source: wp-includes/wp-db.php:1143
Method: Connects to and selects database.
Source: wp-includes/wp-db.php:1620
Method: Real escape, using mysqli_real_escape_string() or mysql_real_escape_string().
Source: wp-includes/wp-db.php:1161
Method: Escapes data. Works on arrays.
Source: wp-includes/wp-db.php:1196
Method: Do not use, deprecated.
Source: wp-includes/wp-db.php:1225