DriverFactory.createDriverForURL

Factory method to create driver by registered name found in ddbc url, e.g. "mysql", "postgresql", "sqlite" List of available drivers depend on configuration

class DriverFactory
static
createDriverForURL
(
string url
)

Meta