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

..
Show file Open project: neos/flow-development-collection

Public Methods

Method 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 method

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

beginTransaction() public method

public beginTransaction ( )

commit() public method

public commit ( )

errorCode() public method

public errorCode ( )

errorInfo() public method

public errorInfo ( )

exec() public method

public exec ( $statement )

getAttribute() public method

public getAttribute ( $attribute )

getAvailableDrivers() public method

public getAvailableDrivers ( )

lastInsertId() public method

public lastInsertId ( $name = null )

prepare() public method

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

query() public method

public query ( $statement )

quote() public method

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

rollBack() public method

public rollBack ( )

setAttribute() public method

public setAttribute ( $attribute, $value )