Spork Code Libraries

Feature

Interfaces

FeatureInterface

Classes

Executor
LoaderDb Loads Jobs, Tasks, Schedules and Report data from a single database.
LoaderFile
Notifications
OutputCollection
OutputConsole
OutputLog
ReportLogTable
StorageDb CREATE TABLE IF NOT EXISTS `job` ( `job` varchar(255) CHARACTER SET ascii NOT NULL, `type` enum('report','schedule') CHARACTER SET ascii NOT NULL, `data` blob NOT NULL, PRIMARY KEY (`job`,`type`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8;