java.lang.Object
io.openems.backend.timedata.timescaledb.internal.write.Point
io.openems.backend.timedata.timescaledb.internal.write.Point.FloatPoint
Enclosing class:
Point

public static final class Point.FloatPoint extends Point
  • Field Details

    • value

      public final double value
  • Constructor Details

    • FloatPoint

      public FloatPoint(int channelId, ZonedDateTime timestamp, double value)
  • Method Details

    • addToSimpleRow

      public void addToSimpleRow(de.bytefish.pgbulkinsert.row.SimpleRow row, int column)
      Description copied from class: Point
      Adds the Point to a SimpleRow for pgBulkInsert.
      Specified by:
      addToSimpleRow in class Point
      Parameters:
      row - the SimpleRow
      column - the index of the column in the SimpleRow
    • toString

      public String toString()
      Overrides:
      toString in class Object