Class Point.StringPoint
- java.lang.Object
-
- io.openems.backend.timedata.timescaledb.internal.write.Point
-
- io.openems.backend.timedata.timescaledb.internal.write.Point.StringPoint
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.openems.backend.timedata.timescaledb.internal.write.Point
Point.FloatPoint, Point.IntPoint, Point.StringPoint
-
-
Constructor Summary
Constructors Constructor Description StringPoint(int channelId, java.time.ZonedDateTime timestamp, java.lang.String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addToSimpleRow(de.bytefish.pgbulkinsert.row.SimpleRow row, int column)
Adds the Point to aSimpleRow
for pgBulkInsert.java.lang.String
toString()
-
-
-
Method Detail
-
addToSimpleRow
public void addToSimpleRow(de.bytefish.pgbulkinsert.row.SimpleRow row, int column)
Description copied from class:Point
Adds the Point to aSimpleRow
for pgBulkInsert.- Specified by:
addToSimpleRow
in classPoint
- Parameters:
row
- theSimpleRow
column
- the index of the column in the SimpleRow
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-