Class BlockResult
java.lang.Object
com.inductiveautomation.ignition.gateway.sqltags.history.query.processing.BlockResult
Created by colby.clegg on 7/31/2015.
-
Constructor Summary
ConstructorsConstructorDescriptionBlockResult
(long blockId, QualifiedValue[] values, boolean interpolated, boolean provisional) -
Method Summary
Modifier and TypeMethodDescriptionlong
protected QualifiedValue
getQV
(int level) getValue
(int level) We always have to return the last level that we have a value for.boolean
hasMore()
boolean
toString()
-
Constructor Details
-
BlockResult
public BlockResult(long blockId, QualifiedValue[] values, boolean interpolated, boolean provisional)
-
-
Method Details
-
getBlockId
public long getBlockId() -
isInterpolated
public boolean isInterpolated() -
getQV
-
getValue
We always have to return the last level that we have a value for. If other columns have more levels, we just repeat our last value. -
getQuality
-
hasMore
public boolean hasMore() -
toString
-