Class Point.StringPoint

  • Enclosing class:
    Point

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

      Fields 
      Modifier and Type Field Description
      java.lang.String value  
    • 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 a SimpleRow for pgBulkInsert.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • value

        public final java.lang.String value
    • Constructor Detail

      • StringPoint

        public StringPoint​(int channelId,
                           java.time.ZonedDateTime timestamp,
                           java.lang.String value)
    • Method Detail

      • 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 java.lang.String toString()
        Overrides:
        toString in class java.lang.Object