EDD_DB::table_exists()
Method: Check if the given table exists
Source: includes/class-edd-db.php:220
Method: Check if the given table exists
Source: includes/class-edd-db.php:220
Method: Check if the table was ever installed
Source: includes/class-edd-db.php:233
Method: Retrieve a row by the primary key
Source: includes/class-edd-db.php:71
Method: Retrieve a row by a specific column / value
Source: includes/class-edd-db.php:82
Method: Retrieve a specific column’s value by the primary key
Source: includes/class-edd-db.php:94
Method: Retrieve a specific column’s value by the the specified column / value
Source: includes/class-edd-db.php:106
Method: Insert a new row
Source: includes/class-edd-db.php:119
Method: Update a row
Source: includes/class-edd-db.php:154
Method: Delete a row identified by the primary key
Source: includes/class-edd-db.php:195
Class: EDD DB base class
Source: includes/class-edd-db.php:15