Class LiteralHistoricalColumn

java.lang.Object
com.inductiveautomation.ignition.gateway.history.HistoricalColumn
com.inductiveautomation.ignition.gateway.history.LiteralHistoricalColumn
All Implemented Interfaces:
Serializable

public class LiteralHistoricalColumn extends HistoricalColumn
This column type provides a literal string that will be worked into the raw db query. It can therefore be a DB keyword such as CURRENT_TIMESTAMP or just a value, like 'my table'.
See Also: