wpdb::print_error()
Method: Print SQL/DB error.
Source: wp-includes/wp-db.php:1420
Method: Print SQL/DB error.
Source: wp-includes/wp-db.php:1420
Method: Processes arrays of field/value pairs and field formats.
Source: wp-includes/wp-db.php:2325
Method: Adds field charsets to field/value/format arrays generated by the wpdb::process_field_formats() method.
Source: wp-includes/wp-db.php:2394
Method: Prepares arrays of value/format pairs as passed to wpdb CRUD methods.
Source: wp-includes/wp-db.php:2360
Method: For string fields, record the maximum string length that field can safely save.
Source: wp-includes/wp-db.php:2425
Method: Perform a MySQL database query, using current database connection.
Source: wp-includes/wp-db.php:1855
Method: Removes the placeholder escape strings from a query.
Source: wp-includes/wp-db.php:2077
Method: Replace a row into a table.
Source: wp-includes/wp-db.php:2127
Method: Selects a database using the current database connection.
Source: wp-includes/wp-db.php:1087
Method: Sets blog id.
Source: wp-includes/wp-db.php:950
Method: Sets the connection’s character set.
Source: wp-includes/wp-db.php:794
Method: Sets the table prefix for the WordPress tables.
Source: wp-includes/wp-db.php:905
Method: Change the current SQL mode, and ensure its WordPress compatibility.
Source: wp-includes/wp-db.php:841
Method: Enables showing of database errors.
Source: wp-includes/wp-db.php:1498
Method: Strips any invalid characters based on value/charset pairs.
Source: wp-includes/wp-db.php:2968
Method: Strips any invalid characters from the string for a given table and column.
Source: wp-includes/wp-db.php:3169
Method: Strips any invalid characters from the query.
Source: wp-includes/wp-db.php:3122
Method: Whether the database supports collation.
Source: wp-includes/wp-db.php:3450
Method: Whether to suppress database errors.
Source: wp-includes/wp-db.php:1531
Method: Returns an array of WordPress tables.
Source: wp-includes/wp-db.php:1021
Method: Starts the timer, for debugging purposes.
Source: wp-includes/wp-db.php:3329
Method: Stops the debugging timer.
Source: wp-includes/wp-db.php:3341
Method: Update a row in the table
Source: wp-includes/wp-db.php:2214
Method: Internal function to perform the mysql_query() call.
Source: wp-includes/wp-db.php:2001
Method: Escape data. Works on arrays.
Source: wp-includes/wp-db.php:1199
Method: Helper function for insert and replace.
Source: wp-includes/wp-db.php:2152
Method: Real escape, using mysqli_real_escape_string() or mysql_real_escape_string()
Source: wp-includes/wp-db.php:1169
Method: Do not use, deprecated.
Source: wp-includes/wp-db.php:1152
Method: Connects to the database server and selects a database
Source: wp-includes/wp-db.php:613
Method: PHP5 style destructor and will run when database object is destroyed.
Source: wp-includes/wp-db.php:649