jetweb is hosted by Hepforge, IPPP Durham

Package cedar.jetweb.db

Database layer between the JetWeb MySQL database and the Object Model.

See:
          Description

Class Summary
BlobUpload Utility to alter compatible_process column of process_type table from the command line.
DBBlob2Array Utility class to convert from sql blob types stored in the DB into Vectors Only Integer implemented at the moment, as that's all I need.
DBConfig Manager for database connection.
DBConnectionManager Manager for database connection
DBFitManager DataBase operations for fit package.
DBGeneratorManager DataBase operations for cedar.jetweb.generator
DBJobManager DataBase operations for job package.
DBManager DataBase operations for jetweb package objects; ResultSearchPattern, Model, RunSeries and so on.
DBObjectManager Class for reading and writing objects from a database.
DBPlotManager DataBase operations for paper and plot packages; PaperBank, Paper,DataPlot, PlotSelection.
 

Exception Summary
JetWebDBException Exception thrown by JetWeb DB.
 

Package cedar.jetweb.db Description

Database layer between the JetWeb MySQL database and the Object Model. Responsible for issuing database queries and parsing the results.