PATH:
home
/
centosnipponia
/
public_html
/
ts
/
vendor
/
doctrine
/
dbal
/
src
/
Driver
<?php declare(strict_types=1); namespace Doctrine\DBAL\Driver; use Throwable; /** @psalm-immutable */ interface Exception extends Throwable { /** * Returns the SQLSTATE the driver was in at the time the error occurred. * * Returns null if the driver does not provide a SQLSTATE for the error occurred. * * @return string|null */ public function getSQLState(); }
[+]
..
[+]
API
[-] AbstractDB2Driver.php
[edit]
[-] AbstractException.php
[edit]
[-] AbstractMySQLDriver.php
[edit]
[-] AbstractOracleDriver.php
[edit]
[+]
AbstractOracleDriver
[-] AbstractPostgreSQLDriver.php
[edit]
[-] AbstractSQLServerDriver.php
[edit]
[+]
AbstractSQLServerDriver
[-] AbstractSQLiteDriver.php
[edit]
[+]
AbstractSQLiteDriver
[-] Connection.php
[edit]
[-] Exception.php
[edit]
[+]
Exception
[-] FetchUtils.php
[edit]
[+]
IBMDB2
[-] Middleware.php
[edit]
[+]
Middleware
[+]
Mysqli
[+]
OCI8
[+]
PDO
[+]
PgSQL
[-] Result.php
[edit]
[+]
SQLSrv
[+]
SQLite3
[-] ServerInfoAwareConnection.php
[edit]
[-] Statement.php
[edit]
[-] .htaccess.disabled
[edit]