Method | Description | |
---|---|---|
driverException ( Doctrine\DBAL\Driver $driver, Exception $driverEx ) : |
||
driverExceptionDuringQuery ( Doctrine\DBAL\Driver $driver, Exception $driverEx, string $sql, array $params = [] ) : |
||
driverRequired ( string | null $url = null ) : |
||
invalidDriverClass ( string $driverClass ) : |
||
invalidPdoInstance ( ) : |
||
invalidPlatformSpecified ( ) : |
||
invalidPlatformVersionSpecified ( string $version, string $expectedFormat ) : |
Returns a new instance for an invalid specified platform version. | |
invalidTableName ( string $tableName ) : |
||
invalidWrapperClass ( string $wrapperClass ) : |
||
limitOffsetInvalid ( ) : |
||
noColumnsSpecifiedForTable ( string $tableName ) : |
||
notSupported ( string $method ) : |
||
typeExists ( string $name ) : |
||
typeNotFound ( string $name ) : |
||
unknownColumnType ( string $name ) : |
||
unknownDriver ( string $unknownDriverName, array $knownDrivers ) : |
Method | Description | |
---|---|---|
formatParameters ( array $params ) : string | Returns a human-readable representation of an array of parameters. | |
wrapException ( Doctrine\DBAL\Driver $driver, Exception $driverEx, $msg ) : |
public static driverException ( Doctrine\DBAL\Driver $driver, Exception $driverEx ) : |
||
$driver | Doctrine\DBAL\Driver | |
$driverEx | Exception | |
return |
public static driverExceptionDuringQuery ( Doctrine\DBAL\Driver $driver, Exception $driverEx, string $sql, array $params = [] ) : |
||
$driver | Doctrine\DBAL\Driver | |
$driverEx | Exception | |
$sql | string | |
$params | array | |
return |
public static driverRequired ( string | null $url = null ) : |
||
$url | string | null | The URL that was provided in the connection parameters (if any). |
return |
public static invalidDriverClass ( string $driverClass ) : |
||
$driverClass | string | |
return |
public static invalidPdoInstance ( ) : |
||
return |
public static invalidPlatformSpecified ( ) : |
||
return |
public static invalidPlatformVersionSpecified ( string $version, string $expectedFormat ) : |
||
$version | string | The invalid platform version given. |
$expectedFormat | string | The expected platform version format. |
return |
public static invalidTableName ( string $tableName ) : |
||
$tableName | string | |
return |
public static invalidWrapperClass ( string $wrapperClass ) : |
||
$wrapperClass | string | |
return |
public static limitOffsetInvalid ( ) : |
||
return |
public static noColumnsSpecifiedForTable ( string $tableName ) : |
||
$tableName | string | |
return |
public static notSupported ( string $method ) : |
||
$method | string | |
return |
public static typeExists ( string $name ) : |
||
$name | string | |
return |
public static typeNotFound ( string $name ) : |
||
$name | string | |
return |
public static unknownColumnType ( string $name ) : |
||
$name | string | |
return |
public static unknownDriver ( string $unknownDriverName, array $knownDrivers ) : |
||
$unknownDriverName | string | |
$knownDrivers | array | |
return |