statement->bindParam($column, $value, $type, 0, PDO::SQLSRV_ENCODING_BINARY); } else { parent::performBind($column, $value, $type); } } }