ClassicPress logo
Skip to content
Filter by type:
Browse: Home / wp-includes/wp-db.php

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

Used by 1 function | Uses 2 functions

wpdb::get_col_length()

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

Source: wp-includes/wp-db.php:2714

Used by 3 functions | Uses 2 functions

pre_get_col_charset

Filter Hook: Filters the column charset value before the DB is checked.

Source: wp-includes/wp-db.php:2665

Used by 1 function | Uses 0 functions

wpdb::get_col_charset()

Method: Retrieves the character set for the given column.

Source: wp-includes/wp-db.php:2649

Used by 3 functions | Uses 4 functions

pre_get_table_charset

Filter Hook: Filters the table charset value before the DB is checked.

Source: wp-includes/wp-db.php:2561

Used by 1 function | Uses 0 functions

wpdb::get_table_charset()

Method: Retrieves the character set for the given table.

Source: wp-includes/wp-db.php:2547

Used by 4 functions | Uses 5 functions

wpdb::get_results()

Method: Retrieve an entire SQL result set from the database (i.e., many rows)

Source: wp-includes/wp-db.php:2488

Used by 69 functions | Uses 2 functions

wpdb::get_col()

Method: Retrieve one column from the database.

Source: wp-includes/wp-db.php:2454

Used by 39 functions | Uses 3 functions

wpdb::get_row()

Method: Retrieve one row from the database.

Source: wp-includes/wp-db.php:2411

Used by 32 functions | Uses 3 functions

wpdb::get_var()

Method: Retrieve one variable from the database.

Source: wp-includes/wp-db.php:2378

Used by 67 functions | Uses 2 functions
1 2 … 8 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy