ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • wp-includes/class-wpdb.php

wpdb::db_server_info()

Method: Returns the version of the MySQL server.

Source: wp-includes/class-wpdb.php:3999

Used by 0 functions | Uses 0 functions

wpdb::quote_identifier()

Method: Quotes an identifier for a MySQL database, e.g. table/field names.

Source: wp-includes/class-wpdb.php:1394

Used by 0 functions | Uses 0 functions

wpdb::_escape_identifier_value()

Method: Escapes an identifier value without adding the surrounding quotes.

Source: wp-includes/class-wpdb.php:1412

Used by 0 functions | Uses 0 functions

wpdb::log_query()

Method: Logs query data.

Source: wp-includes/class-wpdb.php:2365

Used by 0 functions | Uses 0 functions

log_query_custom_data

Filter Hook: Filters the custom data to log alongside a query.

Source: wp-includes/class-wpdb.php:2380

Used by 0 functions | Uses 0 functions

wpdb::__unset()

Method: Makes private properties un-settable for backward compatibility.

Source: wp-includes/class-wpdb.php:842

Used by 0 functions | Uses 0 functions

wpdb::prepare()

Method: Prepares a SQL query for safe execution.

Source: wp-includes/class-wpdb.php:1473

Used by 0 functions | Uses 0 functions

wpdb::insert()

Method: Inserts a row into the table.

Source: wp-includes/class-wpdb.php:2475

Used by 0 functions | Uses 0 functions

pre_get_col_charset

Filter Hook: Filters the column charset value before the DB is checked.

Source: wp-includes/class-wpdb.php:3176

Used by 0 functions | Uses 0 functions

wpdb::get_charset_collate()

Method: Retrieves the database character collate.

Source: wp-includes/class-wpdb.php:3884

Used by 0 functions | Uses 0 functions
1 2 … 8 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy