wpdb::get_col_info()
Method: Retrieves column metadata from the last query.
Source: wp-includes/class-wpdb.php:3739
Method: Retrieves column metadata from the last query.
Source: wp-includes/class-wpdb.php:3739
Method: Retrieves the maximum string length allowed in a given column.
Source: wp-includes/class-wpdb.php:3229
Method: Retrieves an entire SQL result set from the database (i.e., many rows).
Source: wp-includes/class-wpdb.php:2997
Method: Retrieves one row from the database.
Source: wp-includes/class-wpdb.php:2916
Method: Retrieves the character set for the given table.
Source: wp-includes/class-wpdb.php:3056
Method: Finds the first table name referenced in a query.
Source: wp-includes/class-wpdb.php:3643
Method: Retrieves one variable from the database.
Source: wp-includes/class-wpdb.php:2882
Method: Determines whether the database or WPDB supports a particular feature.
Source: wp-includes/class-wpdb.php:3920
Method: Disables showing of database errors.
Source: wp-includes/class-wpdb.php:1889
Method: Sets $this->charset and $this->collate.
Source: wp-includes/class-wpdb.php:851