Namespace DSchoenbauer\Sql\Command
| Create | adds values to a PDO connected resource |
| Delete | removes records from a PDO connected resource |
| Select | retrieves data from a PDO connected resource |
| Update | updates values in a PDO connected resource |
| CommandInterface | A common interface used for SQL commands |
| WhereTrait | Common functionality all items using a where statement use. |