PHP Interface Neos\Flow\Tests\Unit\Persistence\Fixture\PdoInterface

..
Afficher le fichier Open project: neos/flow-development-collection

Méthodes publiques

Méthode Description
__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 )

Method Details

__construct() public méthode

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

beginTransaction() public méthode

public beginTransaction ( )

commit() public méthode

public commit ( )

errorCode() public méthode

public errorCode ( )

errorInfo() public méthode

public errorInfo ( )

exec() public méthode

public exec ( $statement )

getAttribute() public méthode

public getAttribute ( $attribute )

getAvailableDrivers() public méthode

public getAvailableDrivers ( )

lastInsertId() public méthode

public lastInsertId ( $name = null )

prepare() public méthode

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

query() public méthode

public query ( $statement )

quote() public méthode

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

rollBack() public méthode

public rollBack ( )

setAttribute() public méthode

public setAttribute ( $attribute, $value )