ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • Methods
  • Page 380

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

Method: Retrieves the maximum string length allowed in a given column.

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

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

Method: Retrieves one row from the database.

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

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

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_var()

Method: Retrieves one variable from the database.

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

Used by 0 functions | Uses 0 functions

wpdb::has_cap()

Method: Determines whether the database or WPDB supports a particular feature.

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

Used by 0 functions | Uses 0 functions

wpdb::hide_errors()

Method: Disables showing of database errors.

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

Used by 0 functions | Uses 0 functions

wpdb::init_charset()

Method: Sets $this->charset and $this->collate.

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

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