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::set_sql_mode()

Method: Changes the current SQL mode, and ensures its WordPress compatibility.

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

Used by 0 functions | Uses 0 functions

wpdb::hide_errors()

Method: Disables showing of database errors.

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

Used by 0 functions | Uses 0 functions

wpdb::delete()

Method: Deletes a row in the table.

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

Used by 0 functions | Uses 0 functions

wpdb::strip_invalid_text()

Method: Strips any invalid characters based on value/charset pairs.

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

Used by 0 functions | Uses 0 functions

incompatible_sql_modes

Filter Hook: Filters the list of incompatible SQL modes to exclude.

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

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