Changes between Version 266 and Version 267 of ippToPsps
- Timestamp:
- Apr 4, 2012, 12:26:34 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ippToPsps
v266 v267 62 62 == Class hierarchy == 63 63 64 === Dvo ===65 66 Two Dvo classes are used for the ingestion of data into MySQL from a DVO database:67 68 * '''!DvoDetections'''69 * '''!DvoObjects'''70 71 Both classes inherit from the Dvo base class that handles most of the work.72 64 === Programs === 73 65 … … 106 98 All of which inherit from base-class '''!MySql''', which provides all generic MySQL functionality (creating tables, dropping tables, adding indexes, making row counts etc). 107 99 108 109 110 111 100 === Dvo === 101 102 Two Dvo classes are used for the ingestion of data into MySQL from a DVO database: 103 104 * '''!DvoDetections''' 105 * '''!DvoObjects''' 106 107 Both classes inherit from the Dvo base class that handles most of the work. 112 108 113 109 == Configuration ==
