Class PostgresCellConverter


  • public class PostgresCellConverter
    extends io.kestra.plugin.jdbc.AbstractCellConverter
    • Field Summary

      • Fields inherited from class io.kestra.plugin.jdbc.AbstractCellConverter

        zoneId
    • Constructor Summary

      Constructors 
      Constructor Description
      PostgresCellConverter​(java.time.ZoneId zoneId)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object convertCell​(int columnIndex, java.sql.ResultSet rs, java.sql.Connection connection)  
      • Methods inherited from class io.kestra.plugin.jdbc.AbstractCellConverter

        convert
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PostgresCellConverter

        public PostgresCellConverter​(java.time.ZoneId zoneId)
    • Method Detail

      • convertCell

        public java.lang.Object convertCell​(int columnIndex,
                                            java.sql.ResultSet rs,
                                            java.sql.Connection connection)
                                     throws java.sql.SQLException
        Specified by:
        convertCell in class io.kestra.plugin.jdbc.AbstractCellConverter
        Throws:
        java.sql.SQLException