WordPress.org

  • Showcase
  • Themes
  • Plugins
  • Mobile
  • Support
    • Documentation
    • Forums
  • Get Involved
  • About
  • Blog
  • Hosting
  • Get WordPress

Code Reference

Skip to content
Filter by type:
Search
Browse: Home / Methods / Page 21

wpdb::check_safe_collation()

Method: Check if the query is accessing a collation considered safe on the current version of MySQL.

Source: wp-includes/wp-db.php:2906

Used by 4 functions | Uses 3 functions

wpdb::close()

Method: Closes the current database connection.

Source: wp-includes/wp-db.php:3399

Used by 0 functions | Uses 0 functions

wpdb::db_connect()

Method: Connect to and select database.

Source: wp-includes/wp-db.php:1579

Used by 3 functions | Uses 9 functions

wpdb::db_version()

Method: Retrieves the MySQL server version.

Source: wp-includes/wp-db.php:3547

Used by 6 functions | Uses 0 functions

wpdb::delete()

Method: Delete a row in the table

Source: wp-includes/wp-db.php:2279

Used by 15 functions | Uses 3 functions

wpdb::determine_charset()

Method: Determines the best charset and collation to use given a charset and collation.

Source: wp-includes/wp-db.php:754

Used by 1 function | Uses 1 function

wpdb::escape()

Method: Do not use, deprecated.

Source: wp-includes/wp-db.php:1228

Used by 1 function | Uses 3 functions

wpdb::escape_by_ref()

Method: Escapes content by reference for insertion into the database, for security

Source: wp-includes/wp-db.php:1256

Used by 0 functions | Uses 1 function

wpdb::esc_like()

Method: First half of escaping for LIKE special characters % and _ before preparing for MySQL.

Source: wp-includes/wp-db.php:1407

Used by 21 functions | Uses 0 functions

wpdb::flush()

Method: Kill cached query results.

Source: wp-includes/wp-db.php:1542

Used by 1 function | Uses 0 functions

wpdb::get_blog_prefix()

Method: Gets blog prefix.

Source: wp-includes/wp-db.php:978

Used by 26 functions | Uses 1 function

wpdb::get_caller()

Method: Retrieve the name of the function that called wpdb.

Source: wp-includes/wp-db.php:3536

Used by 2 functions | Uses 1 function

wpdb::get_charset_collate()

Method: The database character collate.

Source: wp-includes/wp-db.php:3462

Used by 1 function | Uses 0 functions

wpdb::get_col()

Method: Retrieve one column from the database.

Source: wp-includes/wp-db.php:2537

Used by 40 functions | Uses 3 functions

wpdb::get_col_charset()

Method: Retrieves the character set for the given column.

Source: wp-includes/wp-db.php:2732

Used by 3 functions | Uses 4 functions

wpdb::get_col_info()

Method: Retrieve column metadata from the last query.

Source: wp-includes/wp-db.php:3304

Used by 0 functions | Uses 1 function

wpdb::get_col_length()

Method: Retrieve the maximum string length allowed in a given column.

Source: wp-includes/wp-db.php:2797

Used by 3 functions | Uses 2 functions

wpdb::get_results()

Method: Retrieve an entire SQL result set from the database (i.e., many rows)

Source: wp-includes/wp-db.php:2571

Used by 70 functions | Uses 2 functions

wpdb::get_row()

Method: Retrieve one row from the database.

Source: wp-includes/wp-db.php:2493

Used by 32 functions | Uses 3 functions

wpdb::get_table_charset()

Method: Retrieves the character set for the given table.

Source: wp-includes/wp-db.php:2630

Used by 4 functions | Uses 5 functions

wpdb::get_table_from_query()

Method: Find the first table name referenced in a query.

Source: wp-includes/wp-db.php:3207

Used by 2 functions | Uses 0 functions

wpdb::get_var()

Method: Retrieve one variable from the database.

Source: wp-includes/wp-db.php:2460

Used by 67 functions | Uses 2 functions

wpdb::has_cap()

Method: Determine if a database supports a particular feature.

Source: wp-includes/wp-db.php:3489

Used by 4 functions | Uses 1 function

wpdb::hide_errors()

Method: Disables showing of database errors.

Source: wp-includes/wp-db.php:1514

Used by 1 function | Uses 0 functions

wpdb::init_charset()

Method: Set $this->charset and $this->collate

Source: wp-includes/wp-db.php:718

Used by 1 function | Uses 2 functions

wpdb::insert()

Method: Insert a row into a table.

Source: wp-includes/wp-db.php:2102

Used by 16 functions | Uses 1 function

wpdb::load_col_info()

Method: Load the column metadata from the last query.

Source: wp-includes/wp-db.php:3277

Used by 2 functions | Uses 0 functions

wpdb::parse_db_host()

Method: Parse the DB_HOST setting to interpret it for mysqli_real_connect.

Source: wp-includes/wp-db.php:1715

Used by 1 function | Uses 0 functions

wpdb::placeholder_escape()

Method: Generates and returns a placeholder escape string for use in queries returned by ::prepare().

Source: wp-includes/wp-db.php:2030

Used by 2 functions | Uses 2 functions

wpdb::prepare()

Method: Prepares a SQL query for safe execution. Uses sprintf()-like syntax.

Source: wp-includes/wp-db.php:1295

Used by 146 functions | Uses 4 functions
« Previous 1 … 20 21 22 … 49 Next »
  • About
  • Blog
  • Hosting
  • Donate
  • Support
  • Developers
  • Get Involved
  • Showcase
  • Plugins
  • Themes
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Privacy
  • Public Code
  • @WordPress
  • WordPress

Code is Poetry.

Skip to toolbar
  • About WordPress
    • About WordPress
    • WordPress.org
    • Documentation
    • Support
    • Feedback
  • Log In
  • Register