klyn.data.sql.SQLConfiguration.openConnection
method
public openConnection() as Connection throws Exception:
Description

Opens one low-level connection owned by the caller.

Returns

Open SQL connection.

Throws
  • Exception when driver lookup, transport setup, or authentication fails.
Example
try connection = configuration.openConnection():
print(connection.metadata.databaseProductName)