ConnectionFactory constructor

ConnectionFactory()

Implementation

factory ConnectionFactory() {
  return new ConnectionFactoryImpl();
}