Class PgConnectionFactoryImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      PgConnection forUrl​(java.lang.String pgUrl, java.lang.String userName, java.lang.String password)  
      • Methods inherited from class java.lang.Object

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

      • PgConnectionFactoryImpl

        public PgConnectionFactoryImpl()
    • Method Detail

      • forUrl

        @Nonnull
        public PgConnection forUrl​(@Nonnull
                                   java.lang.String pgUrl,
                                   @Nonnull
                                   java.lang.String userName,
                                   @Nonnull
                                   java.lang.String password)
        Specified by:
        forUrl in interface PgConnectionFactory