Class PostgreSQLSourceConfig

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public final class PostgreSQLSourceConfig
    extends java.lang.Object
    implements java.lang.AutoCloseable
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int TIMEOUT  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      java.sql.Connection getConnection()  
      • Methods inherited from class java.lang.Object

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

      • TIMEOUT

        public static final int TIMEOUT
    • Constructor Detail

      • PostgreSQLSourceConfig

        public PostgreSQLSourceConfig()
    • Method Detail

      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable
      • getConnection

        public java.sql.Connection getConnection()
                                          throws java.sql.SQLException
        Throws:
        java.sql.SQLException