Class HistoricalColumn
java.lang.Object
com.inductiveautomation.ignition.gateway.history.HistoricalColumn
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- LiteralHistoricalColumn,- ValueHistoricalColumn
Base column type for historical column values. These columns are used to send tabular data through the store and
 forward system. This abstract class simply handles the most basic & common data/tasks, like cloning, and storing the
 column name.
- See Also:
- 
Constructor Details- 
HistoricalColumnpublic HistoricalColumn()
- 
HistoricalColumn
 
- 
- 
Method Details- 
getName
- 
setName
- 
copy- Throws:
- Exception
 
- 
getRowCountpublic abstract int getRowCount()
- 
getValueReturns the raw value for the given row number. Can be null if the row doesn't exist.
- 
addValueAdds a new row of data.
- 
getSerializableValue
 
-