| Classes | ||
|---|---|---|
| DBWorker | SmartFactory\DatabaseWorkers |
This is the abstract base class for all dbworkers for different databases. |
| DBWorkerException | SmartFactory\DatabaseWorkers |
Class for DBWorkerException in the SmartFactory library. |
| MSSQL_DBWorker | SmartFactory\DatabaseWorkers |
This is the class for the MS SQL database using the extension sqlsrv. |
| MySQL_DBWorker | SmartFactory\DatabaseWorkers |
This is the class for the MySQL database using the extension mysqli. |
| PostgreSQL_DBWorker | SmartFactory\DatabaseWorkers |
This is the class for the PostreSQL database using the extension pgsql. |
| ShardManager | SmartFactory\DatabaseWorkers |
Class for managing connections to the DB shards. |