<?php declare(strict_types=1); namespace Doctrine\DBAL\Driver\IBMDB2; final class Connection extends DB2Connection { }