Doctrine\DBAL\Driver\SQLSrv\SQLSrvStatement::bindValue PHP Method

bindValue() public method

public bindValue ( $param, $value, $type = null )
    public function bindValue($param, $value, $type = null)
    {
        return $this->bindParam($param, $value, $type, null);
    }