ClassicPress logo
Skip to content
Filter by type:

Browse:

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

query

Filter Hook: Filters the database query.

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

Used by 0 functions | Uses 0 functions

wpdb::get_col()

Method: Retrieves one column from the database.

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

Used by 0 functions | Uses 0 functions

wpdb::timer_stop()

Method: Stops the debugging timer.

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

Used by 0 functions | Uses 0 functions

wpdb::_real_escape()

Method: Real escape using mysqli_real_escape_string().

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

Used by 0 functions | Uses 0 functions

wpdb::_do_query()

Method: Internal function to perform the mysqli_query() call.

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

Used by 0 functions | Uses 0 functions

wpdb::get_results()

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

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

Used by 0 functions | Uses 0 functions

wpdb::bail()

Method: Wraps errors in a nice header and footer and dies.

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

Used by 0 functions | Uses 0 functions

wpdb::_escape()

Method: Escapes data. Works on arrays.

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

Used by 0 functions | Uses 0 functions

wpdb::placeholder_escape()

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

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

Used by 0 functions | Uses 0 functions

wpdb::get_table_charset()

Method: Retrieves the character set for the given table.

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

Used by 0 functions | Uses 0 functions
« Previous 1 … 3 4 5 … 8 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy