Class PostgresService


  • public abstract class PostgresService
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PostgresService()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void handleSsl​(java.util.Properties properties, io.kestra.core.runners.RunContext runContext, PostgresConnectionInterface conn, io.kestra.plugin.jdbc.AbstractJdbcConnection abstractJdbcConnection)  
      • Methods inherited from class java.lang.Object

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

      • PostgresService

        public PostgresService()
    • Method Detail

      • handleSsl

        public static void handleSsl​(java.util.Properties properties,
                                     io.kestra.core.runners.RunContext runContext,
                                     PostgresConnectionInterface conn,
                                     io.kestra.plugin.jdbc.AbstractJdbcConnection abstractJdbcConnection)
                              throws io.kestra.core.exceptions.IllegalVariableEvaluationException,
                                     java.io.IOException
        Throws:
        io.kestra.core.exceptions.IllegalVariableEvaluationException
        java.io.IOException