EDD_DB
EDD DB base class
Description Description
Source Source
File: includes/class-edd-db.php
Changelog Changelog
Version | Description |
---|---|
2.1 | Introduced. |
Methods Methods
- __construct — Get things started
- delete — Delete a row identified by the primary key
- get — Retrieve a row by the primary key
- get_by — Retrieve a row by a specific column / value
- get_column — Retrieve a specific column's value by the primary key
- get_column_by — Retrieve a specific column's value by the the specified column / value
- get_column_defaults — Default column values
- get_columns — Whitelist of columns
- insert — Insert a new row
- installed — Check if the table was ever installed
- table_exists — Check if the given table exists
- update — Update a row