| ODM2 [ODM2_DBWrench_Schema.xml] | 
| Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes | 
| DataloggerFileColumns | Information about columns in datalogger files | 
| Columns | |||||||
| PK | Name | Data Type | NULLs | A/N | Default | Comment | FK | 
| 
 | DataloggerFileColumnID | Integer | 
 | Primary key identifier | |||
| ResultID | BigInt | 
 | Foreign key identifier for the Result associated with the datalogger file column | 
 | |||
| DataLoggerFileID | Integer | Foreign key identifier for the datalogger file in which the column appears | 
 | ||||
| InstrumentOutputVariableID | Integer | Foreign key identifier for the instrument output variable recorded in the column | 
 | ||||
| ColumnLabel | VarChar(50) | Text column label | |||||
| ColumnDescription | VarChar(5000) | 
 | Text description of the contents of the column | ||||
| MeasurementEquation | VarChar(255) | 
 | Text specificaiton of the equation used to calculate the column contents | ||||
| ScanInterval | Float | 
 | Scanning time interval used in the datalogger program | ||||
| ScanIntervalUnitsID | Integer | 
 | Foreign key identifier for the Units of the scanning time interval | 
 | |||
| RecordingInterval | Float | 
 | Recording time interval used in the datalogger program | ||||
| RecordingIntervalUnitsID | Integer | 
 | Foreign key identifier for the Units of the recording time interval | 
 | |||
| AggregationStatisticCV | VarChar(255) | 
 | 
 | ||||
| Indexes (none) | 
| Foreign Keys | ||||
| Name | Parent Table | Child Table | Parent Columns | Child Columns | 
| fk_DataloggerFileColumns_CV_AggregationStatistic | ODM2CV.CV_AggregationStatistic | ODM2Equipment.DataloggerFileColumns | Name | AggregationStatisticCV | 
| fk_DataloggerFileColumns_DataLoggerFiles | ODM2Equipment.DataLoggerFiles | ODM2Equipment.DataloggerFileColumns | DataLoggerFileID | DataLoggerFileID | 
| fk_DataloggerFileColumns_InstrumentOutputVariables | ODM2Equipment.InstrumentOutputVariables | ODM2Equipment.DataloggerFileColumns | InstrumentOutputVariableID | InstrumentOutputVariableID | 
| fk_DataloggerFileColumns_RecordingUnits | ODM2Core.Units | ODM2Equipment.DataloggerFileColumns | UnitsID | RecordingIntervalUnitsID | 
| fk_DataloggerFileColumns_Results | ODM2Core.Results | ODM2Equipment.DataloggerFileColumns | ResultID | ResultID | 
| fk_DataloggerFileColumns_ScanUnits | ODM2Core.Units | ODM2Equipment.DataloggerFileColumns | UnitsID | ScanIntervalUnitsID | 
| Parent Relations (none) | 
| Used in Diagrams | 
| Diagram Name | 
| ODM2Equipment |