java.lang.Object
com.inductiveautomation.ignition.gateway.sqltags.history.query.processing.BlockResult

public class BlockResult extends Object
Created by colby.clegg on 7/31/2015.
  • Constructor Details

    • BlockResult

      public BlockResult(long blockId, QualifiedValue[] values, boolean interpolated, boolean provisional)
  • Method Details

    • getBlockId

      public long getBlockId()
    • isInterpolated

      public boolean isInterpolated()
    • getQV

      protected QualifiedValue getQV(int level)
    • getValue

      public Object getValue(int level)
      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

      public QualityCode getQuality()
    • hasMore

      public boolean hasMore()
    • toString

      public String toString()
      Overrides:
      toString in class Object