Class Point.IntPoint
java.lang.Object
io.openems.backend.timedata.timescaledb.internal.write.Point
io.openems.backend.timedata.timescaledb.internal.write.Point.IntPoint
- Enclosing class:
- Point
-
Nested Class Summary
Nested classes/interfaces inherited from class io.openems.backend.timedata.timescaledb.internal.write.Point
Point.FloatPoint, Point.IntPoint, Point.StringPoint
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addToSimpleRow
(de.bytefish.pgbulkinsert.row.SimpleRow row, int column) Adds the Point to aSimpleRow
for pgBulkInsert.toString()
-
Field Details
-
value
public final long value
-
-
Constructor Details
-
IntPoint
-
-
Method Details
-
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
-