ClassicPress logo
Skip to content
Filter by type:

Browse:

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

wpdb::query()

Method: Performs a database query, using current database connection.

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

Used by 0 functions | Uses 0 functions

wpdb::get_row()

Method: Retrieves one row from the database.

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

Used by 0 functions | Uses 0 functions

wpdb::timer_start()

Method: Starts the timer, for debugging purposes.

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

Used by 0 functions | Uses 0 functions

wpdb::_weak_escape()

Method: Do not use, deprecated.

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

Used by 0 functions | Uses 0 functions

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
« Previous 1 … 6 7 8 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy