PHP 클래스 Doctrine\DBAL\DBALException

상속: extends Exception
파일 보기 프로젝트 열기: doctrine/dbal 1 사용 예제들

공개 메소드들

메소드 설명
driverException ( Doctrine\DBAL\Driver $driver, Exception $driverEx ) : DBALException
driverExceptionDuringQuery ( Doctrine\DBAL\Driver $driver, Exception $driverEx, string $sql, array $params = [] ) : DBALException
driverRequired ( string | null $url = null ) : DBALException
invalidDriverClass ( string $driverClass ) : DBALException
invalidPdoInstance ( ) : DBALException
invalidPlatformSpecified ( ) : DBALException
invalidPlatformVersionSpecified ( string $version, string $expectedFormat ) : DBALException Returns a new instance for an invalid specified platform version.
invalidTableName ( string $tableName ) : DBALException
invalidWrapperClass ( string $wrapperClass ) : DBALException
limitOffsetInvalid ( ) : DBALException
noColumnsSpecifiedForTable ( string $tableName ) : DBALException
notSupported ( string $method ) : DBALException
typeExists ( string $name ) : DBALException
typeNotFound ( string $name ) : DBALException
unknownColumnType ( string $name ) : DBALException
unknownDriver ( string $unknownDriverName, array $knownDrivers ) : DBALException

비공개 메소드들

메소드 설명
formatParameters ( array $params ) : string Returns a human-readable representation of an array of parameters.
wrapException ( Doctrine\DBAL\Driver $driver, Exception $driverEx, $msg ) : DBALException

메소드 상세

driverException() 공개 정적인 메소드

public static driverException ( Doctrine\DBAL\Driver $driver, Exception $driverEx ) : DBALException
$driver Doctrine\DBAL\Driver
$driverEx Exception
리턴 DBALException

driverExceptionDuringQuery() 공개 정적인 메소드

public static driverExceptionDuringQuery ( Doctrine\DBAL\Driver $driver, Exception $driverEx, string $sql, array $params = [] ) : DBALException
$driver Doctrine\DBAL\Driver
$driverEx Exception
$sql string
$params array
리턴 DBALException

driverRequired() 공개 정적인 메소드

public static driverRequired ( string | null $url = null ) : DBALException
$url string | null The URL that was provided in the connection parameters (if any).
리턴 DBALException

invalidDriverClass() 공개 정적인 메소드

public static invalidDriverClass ( string $driverClass ) : DBALException
$driverClass string
리턴 DBALException

invalidPdoInstance() 공개 정적인 메소드

public static invalidPdoInstance ( ) : DBALException
리턴 DBALException

invalidPlatformSpecified() 공개 정적인 메소드

public static invalidPlatformSpecified ( ) : DBALException
리턴 DBALException

invalidPlatformVersionSpecified() 공개 정적인 메소드

Returns a new instance for an invalid specified platform version.
public static invalidPlatformVersionSpecified ( string $version, string $expectedFormat ) : DBALException
$version string The invalid platform version given.
$expectedFormat string The expected platform version format.
리턴 DBALException

invalidTableName() 공개 정적인 메소드

public static invalidTableName ( string $tableName ) : DBALException
$tableName string
리턴 DBALException

invalidWrapperClass() 공개 정적인 메소드

public static invalidWrapperClass ( string $wrapperClass ) : DBALException
$wrapperClass string
리턴 DBALException

limitOffsetInvalid() 공개 정적인 메소드

public static limitOffsetInvalid ( ) : DBALException
리턴 DBALException

noColumnsSpecifiedForTable() 공개 정적인 메소드

public static noColumnsSpecifiedForTable ( string $tableName ) : DBALException
$tableName string
리턴 DBALException

notSupported() 공개 정적인 메소드

public static notSupported ( string $method ) : DBALException
$method string
리턴 DBALException

typeExists() 공개 정적인 메소드

public static typeExists ( string $name ) : DBALException
$name string
리턴 DBALException

typeNotFound() 공개 정적인 메소드

public static typeNotFound ( string $name ) : DBALException
$name string
리턴 DBALException

unknownColumnType() 공개 정적인 메소드

public static unknownColumnType ( string $name ) : DBALException
$name string
리턴 DBALException

unknownDriver() 공개 정적인 메소드

public static unknownDriver ( string $unknownDriverName, array $knownDrivers ) : DBALException
$unknownDriverName string
$knownDrivers array
리턴 DBALException