DefaultPostgresFactory constructor

DefaultPostgresFactory()

Create a new instance of the factory.

Implementation

DefaultPostgresFactory() : super() {
  this.registerAsType(DefaultPostgresFactory.PostgresConnectionDescriptor,
      PostgresConnection);
}