File manager - Edit - /var/www/payraty/hris/vendor/doctrine/dbal/src/Driver/AbstractDB2Driver.php
Back
<?php declare(strict_types=1); namespace Doctrine\DBAL\Driver; use Doctrine\DBAL\Driver; use Doctrine\DBAL\Driver\API\ExceptionConverter as ExceptionConverterInterface; use Doctrine\DBAL\Driver\API\IBMDB2\ExceptionConverter; use Doctrine\DBAL\Platforms\DB2Platform; use Doctrine\DBAL\ServerVersionProvider; /** * Abstract base implementation of the {@see Driver} interface for IBM DB2 based drivers. */ abstract class AbstractDB2Driver implements Driver { public function getDatabasePlatform(ServerVersionProvider $versionProvider): DB2Platform { return new DB2Platform(); } public function getExceptionConverter(): ExceptionConverterInterface { return new ExceptionConverter(); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings