DataloggerFileColumns - Table
HomeTablesSchemasDiagramsForeign KeysIndexes

Table: DataloggerFileColumns

Information about columns in datalogger files

Columns

PKNameData TypeNULLAutoDefaultCommentFK

DataloggerFileColumnIDInteger

nextval('"ODMXEquipment"."DataloggerFileColumns_DataloggerFileColumnID_seq"'::regclass)Primary key identifier
ResultIDBigInt

Foreign key identifier for the Result associated with the datalogger file column

DataloggerFileIDInteger Foreign key identifier for the datalogger file in which the column appears

InstrumentOutputQuantityKindIDInteger Foreign key identifier for the instrument output variable recorded in the column

ColumnLabelVarChar() Text column label
ColumnDescriptionVarChar()

Text description of the contents of the column
MeasurementEquationVarChar()

Text specificaiton of the equation used to calculate the column contents
ScanIntervalFloat

Scanning time interval used in the datalogger program
ScanIntervalUnitsIDInteger

Foreign key identifier for the Units of the scanning time interval
RecordingIntervalFloat

Recording time interval used in the datalogger program
RecordingIntervalUnitsIDInteger

Foreign key identifier for the Units of the recording time interval
AggregationStatisticCVVarChar()


Indexes

(none)


Foreign Keys

NameParent TableChild TableParent ColumnsChild Columns
fk_DataloggerFileColumns_CV_AggregationStatisticODMXCV.CV_AggregationStatisticODMXEquipment.DataloggerFileColumnsTermAggregationStatisticCV
fk_DataloggerFileColumns_DataloggerFilesODMXEquipment.DataloggerFilesODMXEquipment.DataloggerFileColumnsDataloggerFileIDDataloggerFileID
fk_DataloggerFileColumns_InstrumentOutputQuantityKindODMXEquipment.InstrumentOutputQuantityKindODMXEquipment.DataloggerFileColumnsInstrumentOutputQuantityKindIDInstrumentOutputQuantityKindID
fk_DataloggerFileColumns_ResultsODMXCore.ResultsODMXEquipment.DataloggerFileColumnsResultIDResultID

Triggers

(none)


Used in Diagrams

Diagram Name
ODMXEquipment