PHP 인터페이스 Neos\Flow\Tests\Unit\Persistence\Fixture\PdoInterface

..
파일 보기 프로젝트 열기: neos/flow-development-collection

공개 메소드들

메소드 설명
__construct ( $dsn, $username = null, $password = null, $driver_options = null )
beginTransaction ( )
commit ( )
errorCode ( )
errorInfo ( )
exec ( $statement )
getAttribute ( $attribute )
getAvailableDrivers ( )
lastInsertId ( $name = null )
prepare ( $statement, $driver_options = [] )
query ( $statement )
quote ( $string, $parameter_type = PDO::PARAM_STR )
rollBack ( )
setAttribute ( $attribute, $value )

메소드 상세

__construct() 공개 메소드

public __construct ( $dsn, $username = null, $password = null, $driver_options = null )

beginTransaction() 공개 메소드

public beginTransaction ( )

commit() 공개 메소드

public commit ( )

errorCode() 공개 메소드

public errorCode ( )

errorInfo() 공개 메소드

public errorInfo ( )

exec() 공개 메소드

public exec ( $statement )

getAttribute() 공개 메소드

public getAttribute ( $attribute )

getAvailableDrivers() 공개 메소드

public getAvailableDrivers ( )

lastInsertId() 공개 메소드

public lastInsertId ( $name = null )

prepare() 공개 메소드

public prepare ( $statement, $driver_options = [] )

query() 공개 메소드

public query ( $statement )

quote() 공개 메소드

public quote ( $string, $parameter_type = PDO::PARAM_STR )

rollBack() 공개 메소드

public rollBack ( )

setAttribute() 공개 메소드

public setAttribute ( $attribute, $value )