Class AssetDatapointQuery
java.lang.Object
org.openremote.model.datapoint.query.AssetDatapointQuery
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AssetDatapointAllQuery
,AssetDatapointIntervalQuery
,AssetDatapointLTTBQuery
,AssetDatapointNearestQuery
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionlong
long
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSQLParameters
(AttributeRef attributeRef) getSQLQuery
(String tableName, Class<?> attributeType)
-
Field Details
-
fromTimestamp
public long fromTimestamp -
toTimestamp
public long toTimestamp -
fromTime
-
toTime
-
-
Constructor Details
-
AssetDatapointQuery
public AssetDatapointQuery()
-
-
Method Details
-
getSQLQuery
- Throws:
IllegalStateException
-
getSQLParameters
-