ClassicPress logo
Skip to content
Filter by type:

Browse:

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

wpdb::get_table_from_query()

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

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

Used by 0 functions | Uses 0 functions

wpdb::get_blog_prefix()

Method: Gets blog prefix.

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

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::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

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

Method: Returns an array of WordPress tables.

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

Used by 0 functions | Uses 0 functions

wpdb::check_connection()

Method: Checks that the connection to the database is still up. If not, try to reconnect.

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

Used by 0 functions | Uses 0 functions

wpdb::get_var()

Method: Retrieves one variable from the database.

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

Used by 0 functions | Uses 0 functions

wpdb::get_col_info()

Method: Retrieves column metadata from the last query.

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

Used by 0 functions | Uses 0 functions

wpdb::select()

Method: Selects a database using the current or provided database connection.

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

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