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

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

    • value

      public final String value
  • Constructor Details

  • 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