File: wp-includes/class-wpdb.php
-
methodwpdb::_real_escape()
Real escape using mysqli_real_escape_string().
-
methodwpdb::_escape()
Escapes data. Works on arrays.
-
methodwpdb::escape()
Do not use, deprecated.
-
methodwpdb::escape_by_ref()
Escapes content by reference for insertion into the database, for security.
-
methodwpdb::prepare()
Prepares a SQL query for safe execution.
-
methodwpdb::set_blog_id()
Sets blog ID.
-
methodwpdb::__construct()
Connects to the database server and selects a database.
-
methodwpdb::get_blog_prefix()
Gets blog prefix.
-
methodwpdb::__get()
Makes private properties readable for backward compatibility.
-
methodwpdb::__set()
Makes private properties settable for backward compatibility.
-
methodwpdb::__isset()
Makes private properties check-able for backward compatibility.
-
methodwpdb::__unset()
Makes private properties un-settable for backward compatibility.
-
methodwpdb::init_charset()
Sets $this->charset and $this->collate.
-
methodwpdb::set_charset()
Sets the connection’s character set.
-
methodwpdb::set_sql_mode()
Changes the current SQL mode, and ensures its WordPress compatibility.
-
Filters the list of incompatible SQL modes to exclude.
-
methodwpdb::set_prefix()
Sets the table prefix for the WordPress tables.