Class DriverConnectionFactory

    • Constructor Detail

      • DriverConnectionFactory

        public DriverConnectionFactory​(Driver driver,
                                       String connectString,
                                       Properties properties)
        Constructs a connection factory for a given Driver.
        Parameters:
        driver - The Driver.
        connectString - The connection string.
        properties - The connection properties.