PHP Class Piwik\Updater\Migration\Db\BoundSql

See also: Factory::boundSql()
Inheritance: extends Sql
Show file Open project: piwik/piwik Class Usage Examples

Public Methods

Method Description
__construct ( string $sql, array $bind, integer | int[] $errorCodesToIgnore ) BoundSql constructor.
__toString ( )
exec ( )

Method Details

__construct() public method

BoundSql constructor.
public __construct ( string $sql, array $bind, integer | int[] $errorCodesToIgnore )
$sql string
$bind array
$errorCodesToIgnore integer | int[]

__toString() public method

public __toString ( )

exec() public method

public exec ( )