wpdb::process_field_lengths()
Method: For string fields, record the maximum string length that field can safely save.
Source: wp-includes/wp-db.php:2343
Method: For string fields, record the maximum string length that field can safely save.
Source: wp-includes/wp-db.php:2343
Method: Retrieve the maximum string length allowed in a given column.
Source: wp-includes/wp-db.php:2714
Filter Hook: Filters the column charset value before the DB is checked.
Source: wp-includes/wp-db.php:2665
Method: Retrieves the character set for the given column.
Source: wp-includes/wp-db.php:2649
Filter Hook: Filters the table charset value before the DB is checked.
Source: wp-includes/wp-db.php:2561
Method: Retrieves the character set for the given table.
Source: wp-includes/wp-db.php:2547
Method: Retrieve an entire SQL result set from the database (i.e., many rows)
Source: wp-includes/wp-db.php:2488
Method: Retrieve one column from the database.
Source: wp-includes/wp-db.php:2454
Method: Retrieve one row from the database.
Source: wp-includes/wp-db.php:2411
Method: Retrieve one variable from the database.
Source: wp-includes/wp-db.php:2378