ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • Methods
  • Page 381

wpdb::insert()

Method: Inserts a row into the table.

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

Used by 0 functions | Uses 0 functions

wpdb::load_col_info()

Method: Loads the column metadata from the last query.

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

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

wpdb::parse_db_host()

Method: Parses the DB_HOST setting to interpret it for mysqli_real_connect().

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

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

Method: Prepares a SQL query for safe execution.

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

Used by 0 functions | Uses 0 functions

wpdb::print_error()

Method: Prints SQL/DB error.

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

Used by 0 functions | Uses 0 functions

wpdb::process_field_charsets()

Method: Adds field charsets to field/value/format arrays generated by wpdb::process_field_formats().

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

Used by 0 functions | Uses 0 functions

wpdb::process_field_formats()

Method: Prepares arrays of value/format pairs as passed to wpdb CRUD methods.

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

Used by 0 functions | Uses 0 functions

wpdb::process_field_lengths()

Method: For string fields, records the maximum string length that field can safely save.

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

Used by 0 functions | Uses 0 functions
« Previous 1 … 380 381 382 383 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy