java.lang.Object
io.openems.backend.timedata.timescaledb.internal.write.Point
Direct Known Subclasses:
Point.FloatPoint, Point.IntPoint, Point.StringPoint

public abstract class Point extends Object
  • Field Details

    • channelId

      public final int channelId
    • timestamp

      public final ZonedDateTime timestamp
  • Method Details

    • addToSimpleRow

      public abstract void addToSimpleRow(de.bytefish.pgbulkinsert.row.SimpleRow row, int column)
      Adds the Point to a SimpleRow for pgBulkInsert.
      Parameters:
      row - the SimpleRow
      column - the index of the column in the SimpleRow