Class ColumnQueryDefinition
java.lang.Object
com.inductiveautomation.ignition.gateway.sqltags.history.query.ColumnQueryDefinition
This class defines a particular column in our query. In addition to the path of the source object, it has the
expected aggregation mode and column name. The aggregation mode is expected to always be set, though it may not exist
in the actual history provider.
-
Constructor Summary
ConstructorsConstructorDescriptionColumnQueryDefinition
(QualifiedPath path, Aggregate aggregation, FillMode fillMode) ColumnQueryDefinition
(QualifiedPath path, Aggregate aggregation, FillMode fillMode, String columnName) ColumnQueryDefinition
(QualifiedPath path, String columnName) -
Method Summary
Modifier and TypeMethodDescriptiongetPath()
void
setDataType
(DataType dataType) void
setPath
(QualifiedPath path) The path is mutable because sometimes it will get adjusted or change as the query is passed from system to system.toString()
-
Constructor Details
-
ColumnQueryDefinition
-
ColumnQueryDefinition
public ColumnQueryDefinition(QualifiedPath path, Aggregate aggregation, FillMode fillMode, String columnName) -
ColumnQueryDefinition
-
-
Method Details