PHP Class PHPUnit_Extensions_Database_Operation_Exception, qcodo

Author: Mike Lively ([email protected])
Inheritance: extends RuntimeException
Show file Open project: qcodo/qcodo

Protected Properties

Property Type Description
$error string
$operation string
$preparedArgs array
$preparedQuery string
$table PHPUnit_Extensions_Database_DataSet_ITable

Public Methods

Method Description
__construct ( string $operation, string $current_query, $current_args, PHPUnit_Extensions_Database_DataSet_ITable $current_table, string $error ) Creates a new dbunit operation exception
getArgs ( )
getError ( )
getOperation ( )
getQuery ( )
getTable ( )

Method Details

__construct() public method

Creates a new dbunit operation exception
public __construct ( string $operation, string $current_query, $current_args, PHPUnit_Extensions_Database_DataSet_ITable $current_table, string $error )
$operation string
$current_query string
$current_table PHPUnit_Extensions_Database_DataSet_ITable
$error string

getArgs() public method

public getArgs ( )

getError() public method

public getError ( )

getOperation() public method

public getOperation ( )

getQuery() public method

public getQuery ( )

getTable() public method

public getTable ( )

Property Details

$error protected property

protected string $error
return string

$operation protected property

protected string $operation
return string

$preparedArgs protected property

protected array $preparedArgs
return array

$preparedQuery protected property

protected string $preparedQuery
return string

$table protected property

protected PHPUnit_Extensions_Database_DataSet_ITable $table
return PHPUnit_Extensions_Database_DataSet_ITable