klyn.databases.sql.DriverManager.register
method
public static register(driver as Driver) as Void throws SQLFeatureNotSupportedException:
Description

Registers a custom SQL driver at the end of the resolution list.

import klyn.databases.sql

# DriverManager.register(MyCompanyDriver())
Parameters
  • driver Driver instance to register.
Throws
  • SQLFeatureNotSupportedException if the driver is null.